0.1.35 upd
This commit is contained in:
parent
08b90fcb0e
commit
83b1f7eb52
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "itunesdb"
|
||||
version = "0.1.34"
|
||||
version = "0.1.35"
|
||||
edition = "2021"
|
||||
authors = ["alterwain"]
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user