1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Cast updates

This commit is contained in:
Tim Hobbs 2014-04-15 20:49:49 -07:00
parent 9d82e0b573
commit 16f2e53459
3 changed files with 398 additions and 419 deletions

View file

@ -232,8 +232,8 @@
currentPlayer.mute();
};
self.unmute = function () {
currentPlayer.unmute();
self.unMute = function () {
currentPlayer.unMute();
};
self.toggleMute = function () {