mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Cast updates
This commit is contained in:
parent
9d82e0b573
commit
16f2e53459
3 changed files with 398 additions and 419 deletions
|
@ -232,8 +232,8 @@
|
|||
currentPlayer.mute();
|
||||
};
|
||||
|
||||
self.unmute = function () {
|
||||
currentPlayer.unmute();
|
||||
self.unMute = function () {
|
||||
currentPlayer.unMute();
|
||||
};
|
||||
|
||||
self.toggleMute = function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue