0.1.79 upd
This commit is contained in:
parent
fc5e1a990d
commit
f0f4ed1210
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "itunesdb"
|
name = "itunesdb"
|
||||||
version = "0.1.78"
|
version = "0.1.79"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["alterwain"]
|
authors = ["alterwain"]
|
||||||
|
|
||||||
|
@ -240,7 +240,6 @@ pub mod aobjects {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn add_images(&mut self, small_image_path: &str, large_image_path: &str, song_dbid: u64) {
|
pub fn add_images(&mut self, small_image_path: &str, large_image_path: &str, song_dbid: u64) {
|
||||||
info!("Source: {:#?}", self);
|
|
||||||
let last_cor_id = self.get_last_cor_id();
|
let last_cor_id = self.get_last_cor_id();
|
||||||
let ds = self.find_dataset(1);
|
let ds = self.find_dataset(1);
|
||||||
let image_items = &mut ds.child;
|
let image_items = &mut ds.child;
|
||||||
@ -367,8 +366,6 @@ pub mod aobjects {
|
|||||||
|
|
||||||
let d = self.data.as_mut().unwrap();
|
let d = self.data.as_mut().unwrap();
|
||||||
d.next_id_for_mhii = last_cor_id + 3;
|
d.next_id_for_mhii = last_cor_id + 3;
|
||||||
|
|
||||||
info!("End up with: {:#?}", self);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user