Changed currently playing item
parent
74b822ff2b
commit
f31484d322
|
|
@ -2,9 +2,9 @@ const state = {
|
|||
fullscreen_mode: false,
|
||||
currently_playing: {
|
||||
id: 8,
|
||||
title: 'Tilte',
|
||||
artist: 'Juice WRLD',
|
||||
artwork: '/static/demo/clever.jpg',
|
||||
title: 'Yellow',
|
||||
artist: 'Rich Brian',
|
||||
artwork: '/static/demo/yellow.jpeg',
|
||||
stream: '/static/demo/music.mp3'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue