mirror of
https://github.com/p-stream/providers.git
synced 2026-04-18 12:02:25 +00:00
Don’t check for valid uiralive stream
This commit is contained in:
parent
2a406b2df1
commit
ba2c5f4e15
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ const SKIP_VALIDATION_CHECK_IDS = [
|
|||
// novaScraper.id,
|
||||
// astraScraper.id,
|
||||
// orionScraper.id,
|
||||
uiraliveScraper.id,
|
||||
];
|
||||
|
||||
export function isValidStream(stream: Stream | undefined): boolean {
|
||||
|
|
|
|||
Loading…
Reference in a new issue