nouveau mediarenderer

This commit is contained in:
2025-10-18 09:58:39 +02:00
parent d86cfe46df
commit ff515e22bd
19 changed files with 353 additions and 111 deletions

View File

@@ -22,7 +22,7 @@ async fn main() {
.await
.expect("Cannot initialise the image cache");
info!("✅ Cover cache ready at {}", covercache.cache_dir(),);
info!("✅ Cover cache ready at {}", covercache.cache_dir().display());
info!("📡 Registering the audio cache...");
let audiocache = server
@@ -30,7 +30,7 @@ async fn main() {
.await
.expect("Cannot initialise the audio cache");
info!("✅ Audio cache ready at {}", audiocache.cache_dir(),);
info!("✅ Audio cache ready at {}", audiocache.cache_dir().display());
// Routes de base
server