mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Use UpNextDialog for outro segments
This commit is contained in:
parent
7ad7f07b7c
commit
9b269296fe
7 changed files with 34 additions and 18 deletions
|
@ -14,6 +14,7 @@ export enum PlayerEvent {
|
|||
PlaylistItemAdd = 'playlistitemadd',
|
||||
PlaylistItemMove = 'playlistitemmove',
|
||||
PlaylistItemRemove = 'playlistitemremove',
|
||||
PromptSkip = 'promptskip',
|
||||
RepeatModeChange = 'repeatmodechange',
|
||||
ShuffleModeChange = 'shufflequeuemodechange',
|
||||
Stopped = 'stopped',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue