Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shirt-dev committed Jun 19, 2021
1 parent ec7f85d commit d598943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions cadmium-playercore-shim.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,6 @@ do_patch(
"this.toggle();"
);

if (globalOptions.use6Channels) {
do_patch("Show channel indicator",
/displayName:([^\.]{1})\.([^,]{2}),/,
"displayName:$1.$2 + \" - \" + $1.channelsFormat,"
)
}

if (globalOptions.showAllTracks) {
do_patch("Show all audio tracks",
/"showAllSubDubTracks",!1/,
Expand All @@ -105,4 +98,4 @@ if (globalOptions.showAllTracks) {
}

// run our patched copy of playercore
eval(cadmium_src);
Function(cadmium_src)();
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Netflix International",
"description": "Displays all available Netflix audio tracks.",
"version": "2.0.0",
"version": "2.0.1",
"author": "shirt",
"browser_action": {
"default_icon": "img/icon128.png"
Expand Down

0 comments on commit d598943

Please sign in to comment.