add list to AllAnimeEpisodeStreams

This commit is contained in:
khachbe
2025-08-01 11:46:05 +02:00
parent 7943dcc3db
commit 26f7de172a

View File

@@ -88,7 +88,7 @@ class AllAnimeEpisodeStream(TypedDict):
class AllAnimeEpisodeStreams(TypedDict):
links: [AllAnimeEpisodeStream]
links: list[AllAnimeEpisodeStream]
class AllAnimeEpisode(TypedDict):