0.1.58 upd

This commit is contained in:
Michael Wain 2025-02-20 17:50:21 +03:00
parent ea14aaf6c3
commit ae9665553a
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "itunesdb"
version = "0.1.57"
version = "0.1.58"
edition = "2021"
authors = ["alterwain"]

View File

@ -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,