Holzhaus / rekordcrate

Library for parsing Pioneer Rekordbox device exports
https://holzhaus.github.io/rekordcrate/
Mozilla Public License 2.0
77 stars 12 forks source link

Remove wrong `unknown8` field from `Page` struct #65

Closed Holzhaus closed 2 years ago

Holzhaus commented 2 years ago

The field actually belongs to each row group rather than the page. This change is a leftover from commit 2e2afd2a7f9feb4842289805eaec228e5bb166c0 which fixed the offset calculation but forgot to remove the corresponding field in the Page struct.

Also see these PRs for details: