diff --git a/cadmium-playercore-shim.js b/cadmium-playercore-shim.js index 9dbf41b..70f2166 100644 --- a/cadmium-playercore-shim.js +++ b/cadmium-playercore-shim.js @@ -169,11 +169,11 @@ do_patch( "preferredTextLocale: globalOptions.preferredTextLocale" ); -if(globalOptions.useDDPlus && MediaSource.isTypeSupported('audio/mp4; codecs="ec-3"')) { +if(globalOptions.useDDPlus) { do_patch( "Select highest audio bitrate 1", - /(indexOf\(.\))(\?[^?]+)(\?[0-9]:)/, - "$1)$3" + /(indexOf\(z\))(\?[^?]+)/, + "$1)" ); do_patch( diff --git a/manifest.json b/manifest.json index 2c8a420..97b0fe8 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Netflix International", "description": "Displays all available Netflix audio and subtitle tracks.", - "version": "2.0.19", + "version": "2.0.18", "author": "shirt", "action": { "default_icon": "img/icon128.png",