We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0efe21 commit 98b1db5Copy full SHA for 98b1db5
playback/src/decoder/symphonia_decoder.rs
@@ -228,7 +228,7 @@ impl SymphoniaDecoder {
228
Some(metadata)
229
}
230
231
- fn metadata(&mut self) -> Option<Metadata> {
+ fn metadata(&mut self) -> Option<Metadata<'_>> {
232
let mut metadata = self.format.metadata();
233
234
// If we can't get metadata from the container, fall back to other tags found by probing.
0 commit comments