mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-03-13 12:56:22 +00:00
wip
This commit is contained in:
@@ -25,6 +25,8 @@ export type OnProgressEventPayload = BaseEventPayload & {
|
||||
|
||||
export type OnErrorEventPayload = BaseEventPayload & {
|
||||
error: string;
|
||||
errorCode: number;
|
||||
errorDomain: string;
|
||||
};
|
||||
|
||||
export type OnCompleteEventPayload = BaseEventPayload & {
|
||||
|
||||
Reference in New Issue
Block a user