diff --git a/app/main.py b/app/main.py index 5dfad07..292f208 100644 --- a/app/main.py +++ b/app/main.py @@ -109,8 +109,7 @@ async def get_show_data(show: str): for item in cached_data: if show == item["SHOW"] or show == item["LINK"]: - if "SEASONS" not in item: - item['SEASONS'] = download.grab.season(item['URL']) + item['SEASONS'] = download.grab.season(item['URL']) return item return None