1
0
Fork 0
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:
Luke Pulverenti 2014-01-17 11:46:47 -05:00
parent 47b45991c9
commit fab298ecea

View file

@ -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];