mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-04-26 10:34:43 +01:00
wip
This commit is contained in:
@@ -32,8 +32,8 @@ export type SyncPlayCommandData = {
|
||||
};
|
||||
|
||||
export type StateUpdateData = {
|
||||
State: "Waiting" | "Playing" | "Paused";
|
||||
Reason: "Pause" | "Unpause";
|
||||
State: "Waiting" | "Playing";
|
||||
};
|
||||
|
||||
export type GroupJoinedData = {
|
||||
|
||||
Reference in New Issue
Block a user