Changed currently playing item

pull/41/head
Nikan Dalvand 2019-07-31 23:53:26 +04:30
parent 74b822ff2b
commit f31484d322
1 changed files with 3 additions and 3 deletions

View File

@ -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'
}
}