From c885bcf4e2bec3304886a9f134fbec5a26206f0a Mon Sep 17 00:00:00 2001 From: TPN Date: Sat, 7 Dec 2024 14:46:14 +0000 Subject: [PATCH] Fix soaper subtitles --- src/providers/sources/soapertv/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/sources/soapertv/index.ts b/src/providers/sources/soapertv/index.ts index 4e1ed0e..506ae53 100644 --- a/src/providers/sources/soapertv/index.ts +++ b/src/providers/sources/soapertv/index.ts @@ -78,7 +78,7 @@ const universalScraper = async (ctx: MovieScrapeContext | ShowScrapeContext): Pr captions.push({ id: sub.path, - url: sub.path, + url: `${baseUrl}${sub.path}`, type: 'srt', hasCorsRestrictions: false, language,