Compare commits

..

No commits in common. "4499c48c2aec31a6693fdc17f71a23bef1b753cf" and "2db99df934c29f03b842a43245f1e93d7d4ade27" have entirely different histories.

3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

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

View File

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

View File

@ -218,7 +218,7 @@ pub struct Playlist {
is_master_playlist_flag: u8,
unk: [u8; 3],
timestamp: u32,
pub persistent_playlist_id: u64,
persistent_playlist_id: u64,
unk3: u32,
string_mhod_count: u16,
podcast_flag: u16,