diff --git a/src/source/VixSrc.ts b/src/source/VixSrc.ts index 5ab30a7..6170c77 100644 --- a/src/source/VixSrc.ts +++ b/src/source/VixSrc.ts @@ -10,7 +10,7 @@ export class VixSrc implements Source { public readonly contentTypes: ContentType[] = ['movie', 'series']; - public readonly countryCodes: CountryCode[] = [CountryCode.multi, CountryCode.it]; + public readonly countryCodes: CountryCode[] = [CountryCode.multi, CountryCode.en, 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 8908744..9242155 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 πŸ‡ΊπŸ‡Έ (Soaper, VidSrc)", + "title": "English πŸ‡ΊπŸ‡Έ (Soaper, VidSrc, VixSrc)", "type": "checkbox", }, { @@ -211,6 +211,11 @@ 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)",