diff --git a/src/source/VixSrc.ts b/src/source/VixSrc.ts index 5c77390..8c498b7 100644 --- a/src/source/VixSrc.ts +++ b/src/source/VixSrc.ts @@ -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'; diff --git a/src/utils/__snapshots__/manifest.test.ts.snap b/src/utils/__snapshots__/manifest.test.ts.snap index 9b73a44..7baf457 100644 --- a/src/utils/__snapshots__/manifest.test.ts.snap +++ b/src/utils/__snapshots__/manifest.test.ts.snap @@ -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)",