From c53b8d3ac08c9836471b1f18d4d7c319195901d5 Mon Sep 17 00:00:00 2001 From: "alterwain@protonmail.com" Date: Fri, 21 Feb 2025 21:08:24 +0300 Subject: [PATCH] 0.1.85 upd --- Cargo.toml | 2 +- src/artworkdb.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 45ba450..c58ebd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itunesdb" -version = "0.1.84" +version = "0.1.85" edition = "2021" authors = ["alterwain"] diff --git a/src/artworkdb.rs b/src/artworkdb.rs index 39fdf9e..1ca342b 100644 --- a/src/artworkdb.rs +++ b/src/artworkdb.rs @@ -285,7 +285,7 @@ pub mod aobjects { unk2: 0, }, str: Some( - [":", small_image_path].concat(), + [":F", &last_cor_id.to_string(), "_1.ithmb"].concat(), ), } ), @@ -322,7 +322,7 @@ pub mod aobjects { unk2: 0, }, str: Some( - [":", large_image_path].concat(), + [":F", &last_cor_id.to_string(), "_1.ithmb"].concat(), ), } ),