From e62ea66bb1d18dc4900a41c4038c013bbbac3528 Mon Sep 17 00:00:00 2001 From: TylerCG <117808427+TylerCG@users.noreply.github.com> Date: Mon, 12 May 2025 18:01:40 -0400 Subject: [PATCH] Update main.py --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 600fe65..2f65e69 100644 --- a/app/main.py +++ b/app/main.py @@ -106,7 +106,7 @@ async def get_show_data(show: str): await dropoutUpdate() for item in cached_data: - if show == item['LINK']: + if show == item["SHOW"] or show == item["LINK"]: if "SEASONS" not in item: item['SEASONS'] = download.grab.season(item['URL']) return item