mirror of
https://github.com/taglib/taglib.git
synced 2025-06-03 00:58:12 -04:00
This isn't tracked as part of the elementID anymore
This commit is contained in:
parent
ffb543acbb
commit
941efcba18
@ -229,7 +229,6 @@ void ChapterFrame::parseFields(const ByteVector &data)
|
||||
|
||||
int pos = 0, embPos = 0;
|
||||
d->elementID = readStringField(data, String::Latin1, &pos).data(String::Latin1);
|
||||
d->elementID.append(char(0));
|
||||
d->startTime = data.toUInt(pos, true);
|
||||
pos += 4;
|
||||
d->endTime = data.toUInt(pos, true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user