feat(api-server): add endpoint to get shuffle state (#2792)

This commit is contained in:
Franz DC
2025-01-18 13:23:17 +08:00
committed by GitHub
parent 3339f997e3
commit 368b251e3f
6 changed files with 102 additions and 6 deletions

View File

@ -86,7 +86,7 @@ declare module '@jellybrick/mpris-service' {
supportedMimeTypes: string[];
canQuit: boolean;
canRaise: boolean;
canSetFullscreen?: boolean;
canUsePlayerControls?: boolean;
desktopEntry?: string;
hasTrackList: boolean;