Fixed issues related to TV series for the Telegram bot.

This commit is contained in:
Alessio Mattino 2025-03-15 21:56:05 +01:00
parent ab98e04a76
commit 97f19b78a9

View File

@ -195,7 +195,7 @@ class TVShowManager:
"- Inserisci (ad esempio, 3-*) per scaricare dall'episodio specificato fino alla fine della serie"
if is_telegram:
key = bot.ask("select_title_episode", prompt_msg, None)
key = bot.ask("select_title_episode", telegram_msg, None)
else:
key = Prompt.ask(prompt_msg)
else: