mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix lint
This commit is contained in:
parent
16a1416521
commit
2bb60e2241
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue