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

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