From 4437ef24cc224e784701fbed2fa26e1ce90e04a5 Mon Sep 17 00:00:00 2001 From: WBRK-dev Date: Thu, 18 Jul 2024 17:39:03 +0200 Subject: [PATCH] fix: fixed using specific server for episode sources --- src/types/anime.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/types/anime.ts b/src/types/anime.ts index c23acaa..782add8 100644 --- a/src/types/anime.ts +++ b/src/types/anime.ts @@ -121,11 +121,11 @@ export type AnimeServers = | "vidcloud"; export enum Servers { - VidStreaming = "vidstreaming", + VidStreaming = "hd-1", MegaCloud = "megacloud", StreamSB = "streamsb", StreamTape = "streamtape", - VidCloud = "vidcloud", + VidCloud = "hd-2", AsianLoad = "asianload", GogoCDN = "gogocdn", MixDrop = "mixdrop",