Skip to content

Commit 98b1db5

Browse files
committed
chore: Fix build warning
1 parent d0efe21 commit 98b1db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playback/src/decoder/symphonia_decoder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ impl SymphoniaDecoder {
228228
Some(metadata)
229229
}
230230

231-
fn metadata(&mut self) -> Option<Metadata> {
231+
fn metadata(&mut self) -> Option<Metadata<'_>> {
232232
let mut metadata = self.format.metadata();
233233

234234
// If we can't get metadata from the container, fall back to other tags found by probing.

0 commit comments

Comments
 (0)