update track interface to follow server updates

+ add search debounce time
This commit is contained in:
geoffrey45
2022-09-11 20:37:29 +03:00
parent 47fc7fd705
commit f5b6791d4b
14 changed files with 50 additions and 43 deletions
+1 -1
View File
@@ -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,