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

Merge pull request #786 from timhobbs/master

Chromecast updates
This commit is contained in:
Luke 2014-04-16 14:45:39 -04:00
commit af093d1752
3 changed files with 400 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 () {