Implémentation de l'API REST De PMOControl.

This commit is contained in:
2025-12-03 18:59:41 +01:00
parent 825254a2bb
commit 72bf73ef10
21 changed files with 3383 additions and 728 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)
let cache = pmocovers::CoverCacheExt::init_cover_cache(self, cache_dir, limit).await?;
Ok(cache)
}