mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework handling of original quality
This commit is contained in:
parent
cb7439589b
commit
249adcb2c3
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
var quality = $('#selectQuality', form).val();
|
||||
|
||||
if (quality == 'custom') {
|
||||
quality = $('#txtBitrate', form).val();
|
||||
quality = parseFloat($('#txtBitrate', form).val()) * 1000000;
|
||||
}
|
||||
|
||||
var options = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue