mirror of
https://github.com/jellyfin/jellyfin-chromecast.git
synced 2024-11-23 22:19:46 +00:00
update stop
This commit is contained in:
parent
01370ed6a2
commit
388ea3ea69
@ -118,11 +118,7 @@
|
||||
}
|
||||
};
|
||||
|
||||
function stop(nextMode, callDefaultOnStop) {
|
||||
|
||||
if (callDefaultOnStop !== false) {
|
||||
mgr.defaultOnStop(event);
|
||||
}
|
||||
function stop(nextMode) {
|
||||
|
||||
embyActions.stop($scope);
|
||||
enableTimeUpdateListener(false);
|
||||
@ -641,7 +637,7 @@
|
||||
|
||||
if (stopPlayer) {
|
||||
|
||||
stop("none", false).then(callback);
|
||||
stop("none").then(callback);
|
||||
}
|
||||
else {
|
||||
callback();
|
||||
|
Loading…
Reference in New Issue
Block a user