diff --git a/src/ext/conf/ExtConfPatches.js b/src/ext/conf/ExtConfPatches.js index b9faabb..8174279 100644 --- a/src/ext/conf/ExtConfPatches.js +++ b/src/ext/conf/ExtConfPatches.js @@ -504,15 +504,11 @@ const ExtensionConfPatch = [ }, { forVersion: '5.0.4', updateFn: (userOptions, defaultOptions) => { - try { - userOptions.sites['wwww.disneyplus.com'].DOM.player = { - ... userOptions.sites['wwww.disneyplus.com'].DOM.player, - querySelectors: ".btm-media-client-element", - useRelativeAncestor: false, - videoAncestor: 1 - } - } catch (e) { - // do nothing + userOptions.sites['www.disneyplus.com'].DOM.player = { + ... userOptions.sites['www.disneyplus.com'].DOM.player, + querySelectors: ".btm-media-client-element", + useRelativeAncestor: true, + videoAncestor: 1 } } }