From f24f1fb0960092f076e7d65a1639229c9796f885 Mon Sep 17 00:00:00 2001 From: None <62809003+Arrowar@users.noreply.github.com> Date: Sun, 13 Jul 2025 18:46:47 +0200 Subject: [PATCH] Update __init__.py --- StreamingCommunity/Api/Site/animeunity/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StreamingCommunity/Api/Site/animeunity/__init__.py b/StreamingCommunity/Api/Site/animeunity/__init__.py index 990e9bc..13f7877 100644 --- a/StreamingCommunity/Api/Site/animeunity/__init__.py +++ b/StreamingCommunity/Api/Site/animeunity/__init__.py @@ -66,7 +66,7 @@ def process_search_result(select_title, selections=None): selections (dict, optional): Dictionary containing selection inputs that bypass manual input {'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) else: @@ -120,4 +120,4 @@ def search(string_to_search: str = None, get_onlyDatabase: bool = False, direct_ # If no results are found, ask again string_to_search = get_user_input() - search(string_to_search, get_onlyDatabase, None, selections) \ No newline at end of file + search(string_to_search, get_onlyDatabase, None, selections)