mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
stop playback when ending chromecast session
This commit is contained in:
parent
8c010cacce
commit
1c8f02ce0f
1 changed files with 4 additions and 1 deletions
|
@ -781,7 +781,10 @@
|
|||
|
||||
self.endSession = function () {
|
||||
|
||||
castPlayer.stopApp();
|
||||
self.stop();
|
||||
setTimeout(function () {
|
||||
castPlayer.stopApp();
|
||||
}, 1000);
|
||||
};
|
||||
|
||||
self.volumeUp = function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue