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