fix: fixed using specific server for episode sources
This commit is contained in:
+2
-2
@@ -121,11 +121,11 @@ export type AnimeServers =
|
|||||||
| "vidcloud";
|
| "vidcloud";
|
||||||
|
|
||||||
export enum Servers {
|
export enum Servers {
|
||||||
VidStreaming = "vidstreaming",
|
VidStreaming = "hd-1",
|
||||||
MegaCloud = "megacloud",
|
MegaCloud = "megacloud",
|
||||||
StreamSB = "streamsb",
|
StreamSB = "streamsb",
|
||||||
StreamTape = "streamtape",
|
StreamTape = "streamtape",
|
||||||
VidCloud = "vidcloud",
|
VidCloud = "hd-2",
|
||||||
AsianLoad = "asianload",
|
AsianLoad = "asianload",
|
||||||
GogoCDN = "gogocdn",
|
GogoCDN = "gogocdn",
|
||||||
MixDrop = "mixdrop",
|
MixDrop = "mixdrop",
|
||||||
|
|||||||
Reference in New Issue
Block a user