mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-05-03 22:06:28 +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