mirror of
https://github.com/trafficlunar/jellyfin-spicetify.git
synced 2026-06-13 19:07:06 +00:00
feat: search and play songs on jellyfin + settings persistence
This commit is contained in:
parent
138c7e815c
commit
5aef2d1231
3 changed files with 93 additions and 48 deletions
9
src/types/spicetify.d.ts
vendored
9
src/types/spicetify.d.ts
vendored
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue