Fix backend cache stats import (build 271261149)
This commit is contained in:
@@ -1 +1 @@
|
|||||||
271261145
|
271261149
|
||||||
|
|||||||
@@ -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(
|
def update_request_cache_title(
|
||||||
request_id: int, title: str, year: Optional[int] = None
|
request_id: int, title: str, year: Optional[int] = None
|
||||||
) -> None:
|
) -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user