0.1.3 upd

This commit is contained in:
Michael Wain 2025-02-13 16:22:27 +03:00
parent 2db99df934
commit 0d83b84737
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.2"
version = "0.1.3"
dependencies = [
"bincode",
"env_logger",

View File

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

View File

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