mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
[enhancement]: support viewing current/setting current time in remote
This commit is contained in:
@@ -212,6 +212,7 @@ export type GridCardData = {
|
||||
};
|
||||
|
||||
export type SongState = {
|
||||
position?: number;
|
||||
repeat?: PlayerRepeat;
|
||||
shuffle?: boolean;
|
||||
song?: QueueSong;
|
||||
|
||||
Reference in New Issue
Block a user