Stop setting codec's default value to the best codec profile

This commit is contained in:
redphx 2024-02-29 18:02:53 +07:00
parent 11f3513b0c
commit bcdabbf1b9

View File

@ -6635,7 +6635,7 @@ class Preferences {
setting.note = '⚠️ ' + __('browser-unsupported-feature');
} else {
// Set default value to the best codec profile
setting.default = keys[keys.length - 1];
// setting.default = keys[keys.length - 1];
}
},
},