mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Remove incompatible/irrelevant apps from knownApps
This commit is contained in:
@@ -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>;
|
||||||
|
|||||||
Reference in New Issue
Block a user