fix(source): VixSrc is not an English source
This commit is contained in:
parent
b0a251c21e
commit
4002301fa6
2 changed files with 2 additions and 7 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
|
|
@ -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)",
|
||||
|
|
|
|||
Loading…
Reference in a new issue