mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update hdhomerun
This commit is contained in:
parent
74fad00abe
commit
1aeb69a26c
24 changed files with 244 additions and 87 deletions
12
dashboard-ui/cordova/chromecast.js
vendored
12
dashboard-ui/cordova/chromecast.js
vendored
|
@ -265,7 +265,8 @@
|
|||
"SetVolume",
|
||||
"SetAudioStreamIndex",
|
||||
"SetSubtitleStreamIndex",
|
||||
"DisplayContent"
|
||||
"DisplayContent",
|
||||
"SetRepeatMode"
|
||||
];
|
||||
|
||||
return target;
|
||||
|
@ -372,6 +373,15 @@
|
|||
});
|
||||
};
|
||||
|
||||
self.setRepeatMode = function (mode) {
|
||||
sendMessageToDevice({
|
||||
options: {
|
||||
RepeatMode: mode
|
||||
},
|
||||
command: 'SetRepeatMode'
|
||||
});
|
||||
};
|
||||
|
||||
self.volumeUp = function () {
|
||||
|
||||
sendMessageToDevice({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue