From 060a96e6572cede439f7dab66dde152110b3fdfd Mon Sep 17 00:00:00 2001 From: None <62809003+Arrowar@users.noreply.github.com> Date: Tue, 11 Mar 2025 10:06:31 +0100 Subject: [PATCH] api: Fix bug animeunity return kill_handler --- StreamingCommunity/Api/Site/animeunity/film_serie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StreamingCommunity/Api/Site/animeunity/film_serie.py b/StreamingCommunity/Api/Site/animeunity/film_serie.py index a8773f3..520c5e0 100644 --- a/StreamingCommunity/Api/Site/animeunity/film_serie.py +++ b/StreamingCommunity/Api/Site/animeunity/film_serie.py @@ -137,7 +137,7 @@ def download_series(select_title: MediaItem): # Download selected episodes 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 # Download all other episodes selecter