diff --git a/Cargo.toml b/Cargo.toml index d7acb97..742f84d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itunesdb" -version = "0.1.57" +version = "0.1.58" edition = "2021" authors = ["alterwain"] diff --git a/src/objects.rs b/src/objects.rs index a4ab2f2..4e92b9b 100644 --- a/src/objects.rs +++ b/src/objects.rs @@ -102,8 +102,8 @@ pub struct TrackItem { pub unique_id: u32, visible: u32, pub filetype: u32, - type1: u8, - type2: u8, + pub type1: u8, + pub type2: u8, compilation_flag: u8, pub stars: u8, pub last_modified_time: u32,