Debut d'un contrôle point

This commit is contained in:
2025-11-29 17:51:53 +01:00
parent 0a03f72467
commit 6cbf4791cd
10 changed files with 682 additions and 2 deletions

View File

@@ -290,7 +290,7 @@ impl UpnpServerExt for Server {
limit: usize,
) -> Result<Arc<CoverCache>, anyhow::Error> {
// Délègue à l'implémentation pmocovers (qui enregistre WebP + JPEG + API)
use pmocovers::CoverCacheExt;
let cache = pmocovers::CoverCacheExt::init_cover_cache(self, cache_dir, limit).await?;
Ok(cache)
}