From 83b1f7eb526383c2be1ee9535497f9ac9d388298 Mon Sep 17 00:00:00 2001 From: "alterwain@protonmail.com" Date: Sun, 16 Feb 2025 01:57:09 +0300 Subject: [PATCH] 0.1.35 upd --- Cargo.toml | 2 +- src/artworkdb.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b06c570..5f2b2d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itunesdb" -version = "0.1.34" +version = "0.1.35" edition = "2021" authors = ["alterwain"] diff --git a/src/artworkdb.rs b/src/artworkdb.rs index 32593a6..61035d6 100644 --- a/src/artworkdb.rs +++ b/src/artworkdb.rs @@ -82,7 +82,7 @@ pub mod deserializer { let images = &mut adb.find_dataset(last_type).child; images.last_mut().unwrap().args.last_mut().unwrap().child = Some(ds); }, - _ => { u = 1; info!("Unknown stuff happened"); } + _ => { u = 1; info!("Unknown stuff happened {:X?}", header.chunk_type.to_vec()); } } i += u; chunk_header = None;