0.1.5 upd

This commit is contained in:
Michael Wain 2025-02-13 16:40:59 +03:00
parent 4499c48c2a
commit bc856c947b
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.5"
dependencies = [
"bincode",
"env_logger",

View File

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

View File

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