0.1.35 upd

This commit is contained in:
Michael Wain 2025-02-16 01:57:09 +03:00
parent 08b90fcb0e
commit 83b1f7eb52
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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;