mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-08 17:08:35 +08:00
fix typing
This commit is contained in:
@@ -1077,8 +1077,8 @@ class SubscribeChain(ChainBase, metaclass=Singleton):
|
|||||||
no_exists: Dict[Union[int, str], Dict[int, schemas.NotExistMediaInfo]],
|
no_exists: Dict[Union[int, str], Dict[int, schemas.NotExistMediaInfo]],
|
||||||
mediakey: Union[str, int],
|
mediakey: Union[str, int],
|
||||||
begin_season: int,
|
begin_season: int,
|
||||||
total_episode: int,
|
total_episode: Optional[int],
|
||||||
start_episode: int,
|
start_episode: Optional[int],
|
||||||
downloaded_episodes: List[int] = None
|
downloaded_episodes: List[int] = None
|
||||||
) -> Tuple[bool, Dict[Union[int, str], Dict[int, schemas.NotExistMediaInfo]]]:
|
) -> Tuple[bool, Dict[Union[int, str], Dict[int, schemas.NotExistMediaInfo]]]:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user