0.1.85 upd

This commit is contained in:
Michael Wain 2025-02-21 21:08:24 +03:00
parent ac30c1ba8e
commit c53b8d3ac0
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -285,7 +285,7 @@ pub mod aobjects {
unk2: 0, unk2: 0,
}, },
str: Some( str: Some(
[":", small_image_path].concat(), [":F", &last_cor_id.to_string(), "_1.ithmb"].concat(),
), ),
} }
), ),
@ -322,7 +322,7 @@ pub mod aobjects {
unk2: 0, unk2: 0,
}, },
str: Some( str: Some(
[":", large_image_path].concat(), [":F", &last_cor_id.to_string(), "_1.ithmb"].concat(),
), ),
} }
), ),