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:
parent
d0efe21c55
commit
98b1db5cbe
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue