From eac020520b7efa2173065772105ab0b2c4ba6da6 Mon Sep 17 00:00:00 2001 From: "alterwain@protonmail.com" Date: Thu, 13 Feb 2025 17:28:42 +0300 Subject: [PATCH] 0.1.6 upd --- Cargo.toml | 2 +- src/objects.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a1f68e4..3733379 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itunesdb" -version = "0.1.5" +version = "0.1.6" edition = "2021" authors = ["alterwain"] diff --git a/src/objects.rs b/src/objects.rs index c5a2ec9..20ebcf6 100644 --- a/src/objects.rs +++ b/src/objects.rs @@ -215,7 +215,7 @@ pub struct JumpTable { pub struct Playlist { data_object_child_count: u32, pub playlist_item_count: u32, - is_master_playlist_flag: u8, + pub is_master_playlist_flag: u8, unk: [u8; 3], pub timestamp: u32, pub persistent_playlist_id: u64,