0.1.75 upd

This commit is contained in:
Michael Wain 2025-02-21 06:35:07 +03:00
parent 1a9f73d334
commit a825c953eb
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -90,7 +90,7 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
[[package]] [[package]]
name = "itunesdb" name = "itunesdb"
version = "0.1.73" version = "0.1.75"
dependencies = [ dependencies = [
"bincode", "bincode",
"env_logger", "env_logger",

View File

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

View File

@ -132,7 +132,7 @@ pub struct TrackItem {
pub bpm: u16, pub bpm: u16,
pub artwork_count: u16, pub artwork_count: u16,
unk9: u16, unk9: u16,
artwork_size: u32, pub artwork_size: u32,
unk11: u32, unk11: u32,
sample_rate2: u32, sample_rate2: u32,
date_released: u32, date_released: u32,
@ -167,7 +167,7 @@ pub struct TrackItem {
unk39_hash: [u8; 20], unk39_hash: [u8; 20],
unk40: [u8; 18], unk40: [u8; 18],
album_id: u16, album_id: u16,
mhii_link: u32, pub mhii_link: u32,
unk: [u8; 32], unk: [u8; 32],
unk1: [u8; 32], unk1: [u8; 32],
unk2: [u8; 32], unk2: [u8; 32],