mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-06 19:45:24 +00:00
api: Fix bug animeunity return kill_handler
This commit is contained in:
parent
35770389b1
commit
060a96e657
@ -137,7 +137,7 @@ def download_series(select_title: MediaItem):
|
|||||||
|
|
||||||
# Download selected episodes
|
# Download selected episodes
|
||||||
if len(list_episode_select) == 1 and last_command != "*":
|
if len(list_episode_select) == 1 and last_command != "*":
|
||||||
path, _ = download_episode(list_episode_select[0]-1, scrape_serie, video_source)[0]
|
path, _ = download_episode(list_episode_select[0]-1, scrape_serie, video_source)
|
||||||
return path
|
return path
|
||||||
|
|
||||||
# Download all other episodes selecter
|
# Download all other episodes selecter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user