From ecc5432027b4a026e3f10b8a7f520a22a37e8617 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 20 Jan 2025 07:09:40 -0500 Subject: [PATCH] fix typo --- catalog/search/external.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/search/external.py b/catalog/search/external.py index 6ed2cf20..249b11a6 100644 --- a/catalog/search/external.py +++ b/catalog/search/external.py @@ -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}"