mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix: always show VPP settings
This commit is contained in:
parent
3d84e8ac08
commit
32c8e7cad3
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ $(document).on('pageinit', '#encodingSettingsPage', function () {
|
|||
page.querySelector('.videoToolboxTonemappingOptions').classList.add('hide');
|
||||
}
|
||||
|
||||
if (systemInfo.OperatingSystem.toLowerCase() === 'linux' && (this.value == 'qsv' || this.value == 'vaapi')) {
|
||||
if (this.value == 'qsv' || this.value == 'vaapi') {
|
||||
page.querySelector('.vppTonemappingOptions').classList.remove('hide');
|
||||
} else {
|
||||
page.querySelector('.vppTonemappingOptions').classList.add('hide');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue