fix typo
This commit is contained in:
parent
0c872e844a
commit
ecc5432027
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue