diff --git a/src/index.ts b/src/index.ts index 944eb3e..00adb30 100644 --- a/src/index.ts +++ b/src/index.ts @@ -10,7 +10,7 @@ import { createSources, Source } from './source'; import { HomeCine } from './source/HomeCine'; import { MeineCloud } from './source/MeineCloud'; import { MostraGuarda } from './source/MostraGuarda'; -import { Soaper } from './source/Soaper'; +import { XPrime } from './source/XPrime'; import { contextFromRequestAndResponse, envGet, envIsProd, Fetcher, StreamResolver } from './utils'; if (envIsProd()) { @@ -92,7 +92,7 @@ addon.get('/live', async (req: Request, res: Response) => { new HomeCine(fetcher), new MeineCloud(fetcher), new MostraGuarda(fetcher), - new Soaper(fetcher), + new XPrime(fetcher), ]; let blockedCount = 0;