diff --git a/Cargo.toml b/Cargo.toml index 87886a7..f618e34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itunesdb" -version = "0.1.73" +version = "0.1.74" edition = "2021" authors = ["alterwain"] diff --git a/src/objects.rs b/src/objects.rs index 73ec2d8..bd5fb1c 100644 --- a/src/objects.rs +++ b/src/objects.rs @@ -130,7 +130,7 @@ pub struct TrackItem { checked: u8, application_rating: u8, pub bpm: u16, - artwork_count: u16, + pub artwork_count: u16, unk9: u16, artwork_size: u32, unk11: u32,