Skip to content

Commit

Permalink
fix: fixed using specific server for episode sources
Browse files Browse the repository at this point in the history
  • Loading branch information
WBRK-dev committed Jul 18, 2024
1 parent c86fb35 commit 4437ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/anime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4437ef2

Please sign in to comment.