Fix soaper subtitles

This commit is contained in:
TPN 2024-12-07 14:46:14 +00:00
parent 403d12ed04
commit c885bcf4e2
No known key found for this signature in database
GPG key ID: 40AE091637892B91

View file

@ -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,