mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix direct stream text
This commit is contained in:
parent
47b45991c9
commit
fab298ecea
1 changed files with 4 additions and 0 deletions
|
@ -1846,6 +1846,10 @@
|
|||
|
||||
var options = getVideoQualityOptions(item, currentAudioStreamIndex, transcodingExtension);
|
||||
|
||||
if (isStatic) {
|
||||
options[0].name = "Direct";
|
||||
}
|
||||
|
||||
for (var i = 0, length = options.length; i < length; i++) {
|
||||
|
||||
var option = options[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue