From 8e909cede771c457f01692f496cbfd66e841a02f Mon Sep 17 00:00:00 2001 From: Fline <45824466+Flxne@users.noreply.github.com> Date: Mon, 6 May 2024 06:59:55 +0200 Subject: [PATCH] Update series.py (#124) --- Src/Api/series.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Api/series.py b/Src/Api/series.py index ed44fad..f23fd47 100644 --- a/Src/Api/series.py +++ b/Src/Api/series.py @@ -203,7 +203,7 @@ def download_series(tv_id: str, tv_name: str, version: str, domain: str) -> None seasons_count = video_source.obj_title_manager.get_length() # Prompt user for season selection and download episodes - console.print(f"\n[green]Season find: [red]{seasons_count}") + console.print(f"\n[green]Season found: [red]{seasons_count}") index_season_selected = str(msg.ask("\n[cyan]Insert media [red]index [yellow]or [red](*) [cyan]to download all media [yellow]or [red][1-2] [cyan]for a range of media")) list_season_select = manage_selection(index_season_selected, seasons_count)