From 16bf980e6a0607a098132ca736a05cbefdc96aff Mon Sep 17 00:00:00 2001 From: TheGoddessInari Date: Thu, 21 Apr 2022 06:09:42 -0700 Subject: [PATCH] Add IMSC 1.1 to profiles, apparently new for Japanese subtitle support. --- src/background.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/background.js b/src/background.js index 70343e0..7a5bc6f 100644 --- a/src/background.js +++ b/src/background.js @@ -6,6 +6,7 @@ const base_profiles = JSON.stringify([ "dfxp-ls-sdh", "simplesdh", "nflx-cmisc", + "imsc1.1", "BIF240", "BIF320", ]);