fix: fixed using specific server for episode sources

This commit is contained in:
WBRK-dev
2024-07-18 17:39:03 +02:00
parent c86fb35d58
commit 4437ef24cc
+2 -2
View File
@@ -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",