Remove incompatible/irrelevant apps from knownApps

This commit is contained in:
hensm
2022-08-27 07:29:50 +01:00
parent d0fe96ffe0
commit 25c0187780

View File

@@ -22,23 +22,16 @@ export default {
name: "BBC iPlayer", name: "BBC iPlayer",
matches: "https://www.bbc.co.uk/iplayer*" matches: "https://www.bbc.co.uk/iplayer*"
}, },
"03977A48": {
name: "BBC Sounds",
matches: "https://www.bbc.co.uk/sounds/*"
},
"AA666EDD": { name: "Crunchyroll", matches: "https://crunchyroll.com/*" },
"10AAD887": { name: "All 4", matches: "https://www.channel4.com/*" },
"B3DCF968": { name: "Twitch", matches: "https://www.twitch.tv/*" }, "B3DCF968": { name: "Twitch", matches: "https://www.twitch.tv/*" },
"B88B034A": { "B88B034A": {
name: "Dailymotion", name: "Dailymotion",
matches: "https://www.dailymotion.com/*" matches: "https://www.dailymotion.com/*"
}, },
"C3DE6BC2": { name: "Disney+", matches: "https://www.disneyplus.com/*" }, "C3DE6BC2": { name: "Disney+", matches: "https://www.disneyplus.com/*" },
"B143C57E": { name: "SoundCloud", matches: "https://soundcloud.com/*" },
// Misc // Misc
"17608BC8": { name: "Prime Video" },
"9AC194DC": { name: "Plex" }, "9AC194DC": { name: "Plex" },
"CD7B9F59": { name: "Global Player Live" },
"CC1AD845": { name: _("popupMediaTypeAppMedia") } "CC1AD845": { name: _("popupMediaTypeAppMedia") }
} as Record<string, KnownApp>; } as Record<string, KnownApp>;