1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 09:49:31 +02:00

chore: Fix build warning

This commit is contained in:
Jay Malhotra 2025-09-22 21:13:37 +01:00
parent d0efe21c55
commit 98b1db5cbe

View file

@ -228,7 +228,7 @@ impl SymphoniaDecoder {
Some(metadata)
}
fn metadata(&mut self) -> Option<Metadata> {
fn metadata(&mut self) -> Option<Metadata<'_>> {
let mut metadata = self.format.metadata();
// If we can't get metadata from the container, fall back to other tags found by probing.