mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Update src/scripts/encodingsettings.js
Co-Authored-By: ploughpuff <33969763+ploughpuff@users.noreply.github.com>
This commit is contained in:
parent
b9d21084f0
commit
36a0df3c7d
@ -16,7 +16,7 @@ define(["jQuery", "loading", "globalize", "dom"], function($, loading, globalize
|
||||
page.querySelector("#txtH264Crf").value = config.H264Crf || "";
|
||||
page.querySelector("#chkEnableSubtitleExtraction").checked = config.EnableSubtitleExtraction || false;
|
||||
page.querySelector("#selectVideoDecoder").dispatchEvent(new CustomEvent("change", {
|
||||
bubbles: !0
|
||||
bubbles: true
|
||||
})), loading.hide()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user