0.1.35 upd
This commit is contained in:
parent
08b90fcb0e
commit
83b1f7eb52
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "itunesdb"
|
name = "itunesdb"
|
||||||
version = "0.1.34"
|
version = "0.1.35"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["alterwain"]
|
authors = ["alterwain"]
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@ pub mod deserializer {
|
|||||||
let images = &mut adb.find_dataset(last_type).child;
|
let images = &mut adb.find_dataset(last_type).child;
|
||||||
images.last_mut().unwrap().args.last_mut().unwrap().child = Some(ds);
|
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;
|
i += u;
|
||||||
chunk_header = None;
|
chunk_header = None;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user