Merge branch 'Lovi-0:main' into main

This commit is contained in:
BluTiger 2024-09-23 13:30:09 +02:00 committed by GitHub
commit 734c75e80c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,12 +24,10 @@ def search():
# Select title from list # Select title from list
select_title = run_get_select_title() select_title = run_get_select_title()
if select_title.type == 'TV': if select_title.type == 'Movie':
download_series(select_title)
else:
download_film(select_title) download_film(select_title)
else:
download_series(select_title)
else: else:
console.print(f"\n[red]Nothing matching was found for[white]: [purple]{string_to_search}") console.print(f"\n[red]Nothing matching was found for[white]: [purple]{string_to_search}")