mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-06 19:45:24 +00:00
Fixed issues related to TV series for the Telegram bot.
This commit is contained in:
parent
ab98e04a76
commit
97f19b78a9
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user