Merge pull request #112 from khachbe/bugfix_typedict

Add list to AllAnimeEpisodeStreams
This commit is contained in:
Benexl
2025-08-02 13:46:37 +03:00
committed by GitHub

View File

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