mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-17 06:00:20 +02:00
readd mpv reload handler
This commit is contained in:
@@ -10,6 +10,7 @@ export type EventMap = {
|
||||
ITEM_LIST_UPDATE_ITEM: ItemListUpdateItemEventPayload;
|
||||
MEDIA_NEXT: MediaNextEventPayload;
|
||||
MEDIA_PREV: MediaPrevEventPayload;
|
||||
MPV_RELOAD: MpvReloadEventPayload;
|
||||
PLAYER_PLAY: PlayerPlayEventPayload;
|
||||
PLAYER_REPEATED: PlayerRepeatedEventPayload;
|
||||
PLAYLIST_MOVE_DOWN: PlaylistMoveEventPayload;
|
||||
@@ -42,6 +43,8 @@ export type MediaPrevEventPayload = {
|
||||
prevIndex: number;
|
||||
};
|
||||
|
||||
export type MpvReloadEventPayload = Record<string, never>;
|
||||
|
||||
export type PlayerPlayEventPayload = {
|
||||
id: string;
|
||||
index: number;
|
||||
|
||||
Reference in New Issue
Block a user