update stop

This commit is contained in:
Luke Pulverenti 2016-05-30 13:27:28 -04:00
parent 01370ed6a2
commit 388ea3ea69

View File

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