From 4002301fa62e6b89d9f38015e06505ee59cf4abf Mon Sep 17 00:00:00 2001 From: WebStreamr <210764791+webstreamr@users.noreply.github.com> Date: Wed, 3 Sep 2025 17:43:54 +0000 Subject: [PATCH] fix(source): VixSrc is not an English source --- src/source/VixSrc.ts | 2 +- src/utils/__snapshots__/manifest.test.ts.snap | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) 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)",