mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 21:16:17 +02:00
simplify remote/media session (#632)
This commit is contained in:
@@ -211,8 +211,7 @@ export type GridCardData = {
|
||||
route: CardRoute;
|
||||
};
|
||||
|
||||
export type SongUpdate = {
|
||||
currentTime?: number;
|
||||
export type SongState = {
|
||||
repeat?: PlayerRepeat;
|
||||
shuffle?: boolean;
|
||||
song?: QueueSong;
|
||||
|
||||
Reference in New Issue
Block a user