0.1.88 upd

This commit is contained in:
Michael Wain 2025-02-21 23:06:17 +03:00
parent 693e7a4726
commit 0dfe85f5c1
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -90,7 +90,7 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
[[package]]
name = "itunesdb"
version = "0.1.86"
version = "0.1.88"
dependencies = [
"bincode",
"env_logger",

View File

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

View File

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