mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-05-12 16:39:10 -05:00
maybe?
This commit is contained in:
@@ -6,10 +6,13 @@ export function NowPlaying() {
|
||||
useEffect(() => {
|
||||
const template = new NowPlayingTemplate({
|
||||
albumArtistButtonEnabled: true,
|
||||
buttons: [
|
||||
{
|
||||
id: "favorite",
|
||||
type: "add-to-library"
|
||||
}
|
||||
],
|
||||
upNextButtonEnabled: false,
|
||||
onUpNextButtonPressed() {
|
||||
console.log('up next was pressed');
|
||||
},
|
||||
onButtonPressed(e) {
|
||||
console.log(e);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user