mirror of
https://github.com/jellyfin/jellyfin-chromecast.git
synced 2024-11-27 16:20:58 +00:00
update nextmode
This commit is contained in:
parent
08ed47c95e
commit
2f12e6a251
@ -133,7 +133,7 @@
|
||||
|
||||
function stop(nextMode) {
|
||||
|
||||
$scope.playNextItem = false;
|
||||
$scope.playNextItem = nextMode ? true : false;
|
||||
embyActions.stop($scope);
|
||||
enableTimeUpdateListener(false);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user