0.1.85 upd
This commit is contained in:
parent
ac30c1ba8e
commit
c53b8d3ac0
@ -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"]
|
||||||
|
|
||||||
|
@ -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(),
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user