stop playback when ending chromecast session

This commit is contained in:
Luke Pulverenti 2015-12-07 11:45:56 -05:00
parent 8c010cacce
commit 1c8f02ce0f

View file

@ -781,7 +781,10 @@
self.endSession = function () {
castPlayer.stopApp();
self.stop();
setTimeout(function () {
castPlayer.stopApp();
}, 1000);
};
self.volumeUp = function () {