Update __init__.py

This commit is contained in:
None 2025-07-13 18:46:47 +02:00 committed by GitHub
parent cae35fb130
commit f24f1fb096
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,7 +66,7 @@ def process_search_result(select_title, selections=None):
selections (dict, optional): Dictionary containing selection inputs that bypass manual input selections (dict, optional): Dictionary containing selection inputs that bypass manual input
{'season': season_selection, 'episode': episode_selection} {'season': season_selection, 'episode': episode_selection}
""" """
if select_title.type == 'Movie' or select_title.type == 'OVA': if select_title.type == 'Movie':
download_film(select_title) download_film(select_title)
else: else: