mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2025-03-05 07:17:13 +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 {
|
inner: RiffInnerTag {
|
||||||
data: riff::read_from(reader)?,
|
data: riff::read_from(reader)?,
|
||||||
},
|
},
|
||||||
properties: FileProperties::default(),
|
properties: FileProperties::default(), // TODO
|
||||||
_format: TagType::RiffInfo,
|
_format: TagType::RiffInfo,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue