feat: search and play songs on jellyfin + settings persistence

This commit is contained in:
trafficlunar 2026-03-04 21:05:02 +00:00
parent 138c7e815c
commit 5aef2d1231
3 changed files with 93 additions and 48 deletions

View file

@ -777,15 +777,6 @@ declare namespace Spicetify {
*/
const Platform: {
PlaybackAPI: any;
History: {
push: (path: Location | string) => void;
replace: (path: Location | string) => void;
goBack: () => void;
goForward: () => void;
listen: (listener: (location: Location) => void) => () => void;
entries: Location[];
location: Location;
};
};
/**
* Queue object contains list of queuing tracks,