mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-03-16 14:26:20 +00: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