0.1.88 upd
This commit is contained in:
parent
693e7a4726
commit
0dfe85f5c1
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -90,7 +90,7 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
||||
|
||||
[[package]]
|
||||
name = "itunesdb"
|
||||
version = "0.1.86"
|
||||
version = "0.1.88"
|
||||
dependencies = [
|
||||
"bincode",
|
||||
"env_logger",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "itunesdb"
|
||||
version = "0.1.87"
|
||||
version = "0.1.88"
|
||||
edition = "2021"
|
||||
authors = ["alterwain"]
|
||||
|
||||
|
@ -239,7 +239,7 @@ pub mod aobjects {
|
||||
image_files.iter().map(|p| p.file.as_ref().unwrap().correlation_id).max().unwrap_or(1027)
|
||||
}
|
||||
|
||||
pub fn add_images(&mut self, small_image_path: &str, large_image_path: &str, song_dbid: u64) -> (String, String) {
|
||||
pub fn add_images(&mut self, song_dbid: u64) -> (String, String) {
|
||||
let last_cor_id = self.get_last_cor_id();
|
||||
let ds = self.find_dataset(1);
|
||||
let image_items = &mut ds.child;
|
||||
|
Loading…
x
Reference in New Issue
Block a user