mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
replace (!!) with (!)
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
c727871922
commit
ca0ea55bc4
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ function showQualityMenu(player, btn) {
|
|||
const bitrate = parseInt(id, 10);
|
||||
if (bitrate !== selectedBitrate) {
|
||||
playbackManager.setMaxStreamingBitrate({
|
||||
enableAutomaticBitrateDetection: !!bitrate,
|
||||
enableAutomaticBitrateDetection: !bitrate,
|
||||
maxBitrate: bitrate
|
||||
}, player);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue