Enable Bluecast for Live Now

This commit is contained in:
Eric Bailey
2026-01-22 16:53:06 -06:00
parent 6534630d16
commit fb9f2ce68e
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -49,6 +49,8 @@ const serviceUrlToNameMap: Record<string, string> = {
'www.espn.com': 'ESPN', 'www.espn.com': 'ESPN',
'stream.place': 'Streamplace', 'stream.place': 'Streamplace',
'skylight.social': 'Skylight', 'skylight.social': 'Skylight',
'bluecast.app': 'Bluecast',
'www.bluecast.app': 'Bluecast',
} }
export function getLiveServiceNames(domains: Set<string>) { export function getLiveServiceNames(domains: Set<string>) {
+2
View File
@@ -85,6 +85,8 @@ const DEFAULT_LIVE_ALLOWED_DOMAINS = [
'twitch.tv', 'twitch.tv',
'www.twitch.tv', 'www.twitch.tv',
'stream.place', 'stream.place',
'bluecast.app',
'www.bluecast.app',
] ]
export type LiveNowConfig = { export type LiveNowConfig = {
allowedDomains: Set<string> allowedDomains: Set<string>