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(), ), } ),