1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2017-01-03 03:10:50 -05:00
parent 3e2ad02767
commit afb01571ff
6 changed files with 31 additions and 394 deletions

View file

@ -14,12 +14,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.4.434",
"_release": "1.4.434",
"version": "1.4.435",
"_release": "1.4.435",
"_resolution": {
"type": "version",
"tag": "1.4.434",
"commit": "7272c3f5081280de5b30ba3cdbe90c1a925dd96a"
"tag": "1.4.435",
"commit": "d52f0c49c295ba00eb4b6f5172a0dfc75f8e9954"
},
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.1",

View file

@ -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]);