Forgot the opus sample

Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
This commit is contained in:
Serial 2021-04-03 14:32:25 -04:00
parent 4e33e9edaa
commit 8c1f016e6d
2 changed files with 4 additions and 1 deletions

BIN
assets/a.opus Normal file

Binary file not shown.

View file

@ -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,
})
}
}