1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
gnattu 2024-09-14 17:09:03 +08:00
parent 16a1416521
commit 2bb60e2241

View file

@ -46,7 +46,7 @@ export function getVideoQualityOptions(options) {
if (videoBitRate < 0 || (videoBitRate > 0 && c.bitrate < videoBitRate)) {
qualityOptions.push(c);
}
})
});
if (maxStreamingBitrate) {
let selectedIndex = qualityOptions.length - 1;