0.1.77 upd

This commit is contained in:
Michael Wain 2025-02-21 17:54:01 +03:00
parent 5cfc60795e
commit 20550611d0
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -152,7 +152,7 @@ pub mod serializer {
for o in &img.tag {
let mut inameb = Vec::new();
if let Some(name) = &o.child {
info!("Serializing: {:#?}", name);
let mut nb = Vec::new();
let arg = name.tag.as_ref().unwrap();