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 f32a597 commit 76dafc9Copy full SHA for 76dafc9
playback/src/decoder/symphonia_decoder.rs
@@ -232,7 +232,7 @@ impl SymphoniaDecoder {
232
Some(metadata)
233
}
234
235
- fn metadata(&mut self) -> Option<Metadata> {
+ fn metadata(&mut self) -> Option<Metadata<'_>> {
236
let mut metadata = self.format.metadata();
237
238
// If we can't get metadata from the container, fall back to other tags found by probing.
0 commit comments