mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
update track interface to follow server updates
+ add search debounce time
This commit is contained in:
@@ -9,7 +9,7 @@ export default () => {
|
||||
|
||||
navigator.mediaSession.metadata = new window.MediaMetadata({
|
||||
title: track.title,
|
||||
artist: track.artists.join(", "),
|
||||
artist: track.artist.join(", "),
|
||||
artwork: [
|
||||
{
|
||||
src: paths.images.thumb + track.image,
|
||||
|
||||
Reference in New Issue
Block a user