mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-18 11:50:26 +01: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