feat: non-spotify tracks, refactors, bug fixes

This commit is contained in:
trafficlunar 2026-03-06 20:02:45 +00:00
parent 2dea8586f6
commit eee96c84af
9 changed files with 306 additions and 157 deletions

View file

@ -777,6 +777,15 @@ 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,