Fix backend cache stats import (build 271261149)

This commit is contained in:
2026-01-27 11:51:01 +13:00
parent 7c97934bb9
commit 7863658a19
2 changed files with 5 additions and 1 deletions

View File

@@ -1 +1 @@
271261145
271261149

View File

@@ -1073,6 +1073,10 @@ def get_artwork_cache_stats() -> Dict[str, Any]:
}
def get_request_cache_stats() -> Dict[str, Any]:
return get_artwork_cache_stats()
def update_request_cache_title(
request_id: int, title: str, year: Optional[int] = None
) -> None: