Compare commits

..

No commits in common. "9550c8c801c8a3922ee7db26809040e44a7e1f01" and "719bf41efee56cd9833035f0c9b2108021b43a7b" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View file

@ -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(

View file

@ -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",