mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 22:22:31 +00:00
Add missing todo, update FLAC test asset
This commit is contained in:
parent
091daefd85
commit
f12e90dca4
2 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ impl RiffTag {
|
|||
inner: RiffInnerTag {
|
||||
data: riff::read_from(reader)?,
|
||||
},
|
||||
properties: FileProperties::default(),
|
||||
properties: FileProperties::default(), // TODO
|
||||
_format: TagType::RiffInfo,
|
||||
})
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue