From dadba7c0bc4676b968935c8ffb6683180e0f4dba Mon Sep 17 00:00:00 2001 From: hensm Date: Thu, 3 Sep 2020 23:44:20 +0100 Subject: [PATCH] Add Disney+ to known apps --- ext/src/lib/knownApps.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/src/lib/knownApps.ts b/ext/src/lib/knownApps.ts index 3935d95..f1633f5 100644 --- a/ext/src/lib/knownApps.ts +++ b/ext/src/lib/knownApps.ts @@ -24,6 +24,7 @@ export default { , "10AAD887": { name: "All 4" , matches: "https://www.channel4.com/*" } , "B3DCF968": { name: "Twitch" , matches: "https://www.twitch.tv/*" } , "B88B034A": { name: "Dailymotion" , matches: "https://www.dailymotion.com/*" } + , "C3DE6BC2": { name: "Disney+" , matches: "https://www.disneyplus.com/*" } // Misc , "17608BC8": { name: "Prime Video" }