This commit is contained in:
Your Name 2025-01-20 07:09:40 -05:00 committed by Henri Dickson
parent 0c872e844a
commit ecc5432027

View file

@ -25,7 +25,7 @@ class ExternalSources:
match category:
case "all":
cache_key = f"search_{','.join(visible_categories)}_{query}"
case "movie":
case "movietv":
cache_key = f"search_movie,tv_{query}"
case _:
cache_key = f"search_{category}_{query}"