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