mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update video osd
This commit is contained in:
parent
b2bab22271
commit
ba2ccfb17a
13 changed files with 54 additions and 80 deletions
|
@ -753,9 +753,11 @@
|
|||
options: {},
|
||||
command: 'Mute'
|
||||
});
|
||||
//castPlayer.setMute(true);
|
||||
} else {
|
||||
self.setVolume(self.getVolume() + 2);
|
||||
castPlayer.sendMessage({
|
||||
options: {},
|
||||
command: 'Unmute'
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -776,11 +778,10 @@
|
|||
|
||||
self.toggleMute = function () {
|
||||
|
||||
if (self.isMuted()) {
|
||||
self.setMute(false);
|
||||
} else {
|
||||
self.setMute(true);
|
||||
}
|
||||
castPlayer.sendMessage({
|
||||
options: {},
|
||||
command: 'ToggleMute'
|
||||
});
|
||||
};
|
||||
|
||||
self.getTargets = function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue