mirror of
https://github.com/shirt-dev/netflix-international.git
synced 2025-06-21 16:28:31 +00:00
Compare commits
2 commits
719bf41efe
...
9550c8c801
Author | SHA1 | Date | |
---|---|---|---|
9550c8c801 | |||
ce867b23bd |
2 changed files with 4 additions and 4 deletions
|
@ -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(
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 3,
|
||||
"name": "Netflix International",
|
||||
"description": "Displays all available Netflix audio and subtitle tracks.",
|
||||
"version": "2.0.18",
|
||||
"version": "2.0.19",
|
||||
"author": "shirt",
|
||||
"action": {
|
||||
"default_icon": "img/icon128.png",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue