Enable aard on netflix for new users, even on Chromium-based browsers

This was done because the edge popup is dependant on autodetection at least attempting to start. Also, we want to show 'autodetection won't work cos drm' on netflix for other chromium-based users.
This commit is contained in:
Tamius Han 2020-12-23 01:14:29 +01:00
parent fbcf4c0c19
commit 1e8fd6aad4

View File

@ -1032,7 +1032,7 @@ var ExtensionConf = {
},
"www.netflix.com" : {
mode: ExtensionMode.Enabled,
autoar: currentBrowser.firefox ? ExtensionMode.Enabled : ExtensionMode.Disabled,
autoar: ExtensionMode.Enabled,
override: false,
type: 'official',
stretch: Stretch.Default,