diff options
| author | WBRK-dev <[email protected]> | 2024-07-18 17:39:03 +0200 |
|---|---|---|
| committer | WBRK-dev <[email protected]> | 2024-07-18 17:39:03 +0200 |
| commit | 4437ef24cc224e784701fbed2fa26e1ce90e04a5 (patch) | |
| tree | 067926e6a90b8f1a27c5ba6ae320e83e723177f3 | |
| parent | c86fb35d5862320ba98e87318272d9c4c03f35e5 (diff) | |
| download | aniwatch-api-4437ef24cc224e784701fbed2fa26e1ce90e04a5.tar.xz aniwatch-api-4437ef24cc224e784701fbed2fa26e1ce90e04a5.zip | |
fix: fixed using specific server for episode sources
| -rw-r--r-- | src/types/anime.ts | 4 |
1 files 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", |
