simplify remote/media session (#632)

This commit is contained in:
Kendall Garner
2024-07-03 08:47:26 +00:00
committed by GitHub
parent d57b4b4b68
commit 110a1a63f0
15 changed files with 236 additions and 230 deletions
+1 -2
View File
@@ -211,8 +211,7 @@ export type GridCardData = {
route: CardRoute;
};
export type SongUpdate = {
currentTime?: number;
export type SongState = {
repeat?: PlayerRepeat;
shuffle?: boolean;
song?: QueueSong;