feat: added the ability to grab episode sources from raw servers in endpoint /episode-srcs

This commit is contained in:
WBRK-dev
2024-04-28 10:26:39 +02:00
parent 22599a38d9
commit a0d039ecc1
4 changed files with 4 additions and 3 deletions
+1
View File
@@ -75,6 +75,7 @@ export interface SubEpisode {
serverId: number | null;
}
export interface DubEpisode extends SubEpisode {}
export interface RawEpisode extends SubEpisode {}
export type AnimeCategories =
| "most-favorite"