stop playback when ending chromecast session
This commit is contained in:
@@ -781,7 +781,10 @@
|
||||
|
||||
self.endSession = function () {
|
||||
|
||||
castPlayer.stopApp();
|
||||
self.stop();
|
||||
setTimeout(function () {
|
||||
castPlayer.stopApp();
|
||||
}, 1000);
|
||||
};
|
||||
|
||||
self.volumeUp = function () {
|
||||
|
||||
Reference in New Issue
Block a user