mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
3e2ad02767
commit
afb01571ff
6 changed files with 31 additions and 394 deletions
|
@ -2325,6 +2325,9 @@ define(['events', 'datetime', 'appSettings', 'pluginManager', 'userSettings', 'g
|
|||
nextMediaType: nextMediaType
|
||||
};
|
||||
|
||||
state.nextMediaType = nextMediaType;
|
||||
state.nextItem = playbackStopInfo.nextItem;
|
||||
|
||||
events.trigger(player, 'playbackstop', [state]);
|
||||
events.trigger(self, 'playbackstop', [playbackStopInfo]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue