Skip to content

Commit 76dafc9

Browse files
committed
chore: Fix build warning
1 parent f32a597 commit 76dafc9

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
@@ -232,7 +232,7 @@ impl SymphoniaDecoder {
232232
Some(metadata)
233233
}
234234

235-
fn metadata(&mut self) -> Option<Metadata> {
235+
fn metadata(&mut self) -> Option<Metadata<'_>> {
236236
let mut metadata = self.format.metadata();
237237

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

0 commit comments

Comments
 (0)