fix(source): VixSrc is not an English source

This commit is contained in:
WebStreamr 2025-09-03 17:43:54 +00:00
parent b0a251c21e
commit 4002301fa6
No known key found for this signature in database
2 changed files with 2 additions and 7 deletions

View file

@ -10,7 +10,7 @@ export class VixSrc extends Source {
public readonly contentTypes: ContentType[] = ['movie', 'series'];
public readonly countryCodes: CountryCode[] = [CountryCode.multi, CountryCode.en, CountryCode.it];
public readonly countryCodes: CountryCode[] = [CountryCode.multi, CountryCode.it];
public readonly baseUrl = 'https://vixsrc.to';

View file

@ -21,7 +21,7 @@ exports[`buildManifest default manifest 1`] = `
},
{
"key": "en",
"title": "English 🇺🇸 (PrimeWire, Soaper, VidSrc, VixSrc, XPrime)",
"title": "English 🇺🇸 (PrimeWire, Soaper, VidSrc, XPrime)",
"type": "checkbox",
},
{
@ -212,11 +212,6 @@ exports[`buildManifest has unchecked source without a config 1`] = `
"title": "German 🇩🇪 (MeineCloud, StreamKiste)",
"type": "checkbox",
},
{
"key": "en",
"title": "English 🇺🇸 (VixSrc)",
"type": "checkbox",
},
{
"key": "es",
"title": "Castilian Spanish 🇪🇸 (VerHdLink)",