Compare commits

...

2 commits

Author SHA1 Message Date
9550c8c801
Bump version 2023-03-11 18:17:41 -05:00
ce867b23bd
Fix bitrate selection 2023-03-11 18:16:18 -05:00
2 changed files with 4 additions and 4 deletions

View file

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

View file

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