Implémentation des pmometadata dans pmocacheaudio

This commit is contained in:
2025-11-02 15:06:27 +01:00
parent 6bce26c4fc
commit 1eff9a57a5
15 changed files with 940 additions and 22 deletions

View File

@@ -230,7 +230,7 @@ impl SourceCacheManager {
{
let pk = self
.audio_cache
.add_from_reader(source_uri, reader, length, Some(&self.collection_id))
.add_from_reader(Some(source_uri), reader, length, Some(&self.collection_id))
.await
.map_err(|e| MusicSourceError::CacheError(e.to_string()))?;
Ok(pk)