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
afb01571ff
commit
f80fcc874a
16 changed files with 513 additions and 67 deletions
|
@ -796,6 +796,10 @@
|
|||
});
|
||||
};
|
||||
|
||||
self.audioTracks = function () {
|
||||
return [];
|
||||
};
|
||||
|
||||
self.setAudioStreamIndex = function (index) {
|
||||
castPlayer.sendMessage({
|
||||
options: {
|
||||
|
@ -805,6 +809,10 @@
|
|||
});
|
||||
};
|
||||
|
||||
self.subtitleTracks = function () {
|
||||
return [];
|
||||
};
|
||||
|
||||
self.setSubtitleStreamIndex = function (index) {
|
||||
castPlayer.sendMessage({
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue