Add pmocache dependency and update cache implementation

This commit adds the pmocache dependency to support enhanced caching functionality and updates the cache implementation to use the new cache routing system. It also includes logging improvements for cover fetching operations.
This commit is contained in:
2026-01-23 19:10:37 +01:00
parent aad1cc772f
commit 89f315052b
3 changed files with 24 additions and 3 deletions

1
Cargo.lock generated
View File

@@ -4152,6 +4152,7 @@ dependencies = [
"chrono",
"futures",
"pmoaudiocache",
"pmocache",
"pmoconfig",
"pmocovers",
"pmodidl",