mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2025-03-04 14:57:17 +00:00
Forgot the opus sample
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
This commit is contained in:
parent
4e33e9edaa
commit
8c1f016e6d
2 changed files with 4 additions and 1 deletions
BIN
assets/a.opus
Normal file
BIN
assets/a.opus
Normal file
Binary file not shown.
|
@ -36,7 +36,10 @@ impl MissingImplementations for OpusInnerTag {
|
|||
{
|
||||
let headers = opus_headers::parse_from_path(path)?;
|
||||
|
||||
Ok(Self { id: headers.id, comments: headers.comments })
|
||||
Ok(Self {
|
||||
id: headers.id,
|
||||
comments: headers.comments,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue