Refactoring du cache pour une meilleur gestion des metadonnées

This commit is contained in:
2025-10-26 09:18:48 +01:00
parent 9d15d2a127
commit 33761f1cef
25 changed files with 701 additions and 277 deletions

View File

@@ -127,9 +127,6 @@ async fn test_now_playing() {
}
}
#[tokio::test]
async fn test_prefetch_next() {
let mock_server = MockServer::start().await;