diff --git a/src/state/service-config.tsx b/src/state/service-config.tsx --- a/src/state/service-config.tsx +++ b/src/state/service-config.tsx @@ -85,6 +85,8 @@ 'twitch.tv', 'www.twitch.tv', 'stream.place', + 'bluecast.app', + 'www.bluecast.app', ] export type LiveNowConfig = { allowedDomains: Set diff --git a/src/components/live/utils.ts b/src/components/live/utils.ts --- a/src/components/live/utils.ts +++ b/src/components/live/utils.ts @@ -49,6 +49,8 @@ 'www.espn.com': 'ESPN', 'stream.place': 'Streamplace', 'skylight.social': 'Skylight', + 'bluecast.app': 'Bluecast', + 'www.bluecast.app': 'Bluecast', } export function getLiveServiceNames(domains: Set) {