Compare commits

...

2 commits

Author SHA1 Message Date
e577af2849
Bump version 2023-03-11 18:17:20 -05:00
24b0d31ab5
Fix bitrate selection 2023-03-11 18:14:18 -05:00
2 changed files with 4 additions and 4 deletions

View file

@ -169,11 +169,11 @@ do_patch(
"preferredTextLocale: globalOptions.preferredTextLocale"
);
if(globalOptions.useDDPlus) {
if(globalOptions.useDDPlus && MediaSource.isTypeSupported('audio/mp4; codecs="ec-3"')) {
do_patch(
"Select highest audio bitrate 1",
/(indexOf\(z\))(\?[^?]+)/,
"$1)"
/(indexOf\(.\))(\?[^?]+)(\?[0-9]:)/,
"$1)$3"
);
do_patch(

View file

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Netflix International",
"description": "Displays all available Netflix audio and subtitle tracks.",
"version": "2.0.18",
"version": "2.0.19",
"author": "shirt",
"browser_action": {
"default_icon": "img/icon128.png",