From fda7b38fa16d29a0f1734d1614784d2922c9f011 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Sun, 10 Jan 2021 17:25:36 +0100 Subject: [PATCH] fix --- src/ext/conf/ExtConfPatches.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ext/conf/ExtConfPatches.js b/src/ext/conf/ExtConfPatches.js index c8c6064..349a2c2 100644 --- a/src/ext/conf/ExtConfPatches.js +++ b/src/ext/conf/ExtConfPatches.js @@ -441,6 +441,8 @@ const ExtensionConfPatch = [ updateFn: (userOptions, defaultOptions) => { try { userOptions.sites['wwww.disneyplus.com']['css'] = ".hudson-container {\n height: 100%;\n}"; + } catch (e) { + // do nothing if disney+ is missing } } }