From 1a9f73d334e68a96f47c26bce6f2bf69f2a01dad Mon Sep 17 00:00:00 2001 From: "alterwain@protonmail.com" Date: Fri, 21 Feb 2025 06:20:52 +0300 Subject: [PATCH] 0.1.74 upd --- Cargo.toml | 2 +- src/objects.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,