Enable Bluecast for Live Now
This commit is contained in:
@@ -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>) {
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user