From d598943ed45f2058fecda7b81cc44ac834acb4da Mon Sep 17 00:00:00 2001 From: shirtjs <2660574+shirt-dev@users.noreply.github.com> Date: Sat, 19 Jun 2021 10:12:49 -0400 Subject: [PATCH] 2.0.1 --- cadmium-playercore-shim.js | 9 +-------- manifest.json | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/cadmium-playercore-shim.js b/cadmium-playercore-shim.js index 5d5b2a0..11654f8 100644 --- a/cadmium-playercore-shim.js +++ b/cadmium-playercore-shim.js @@ -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/, @@ -105,4 +98,4 @@ if (globalOptions.showAllTracks) { } // run our patched copy of playercore -eval(cadmium_src); +Function(cadmium_src)(); diff --git a/manifest.json b/manifest.json index f69148a..cbbe56f 100644 --- a/manifest.json +++ b/manifest.json @@ -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"