0.1.61 upd

This commit is contained in:
Michael Wain 2025-02-20 20:04:36 +03:00
parent bca2e1ee77
commit 0aed5f45cc
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -90,7 +90,7 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
[[package]] [[package]]
name = "itunesdb" name = "itunesdb"
version = "0.1.59" version = "0.1.61"
dependencies = [ dependencies = [
"bincode", "bincode",
"env_logger", "env_logger",

View File

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

View File

@ -241,9 +241,9 @@ impl XDatabase {
res_pls = playlists.to_vec(); res_pls = playlists.to_vec();
} }
if let XSomeList::Playlists(playlists) = &mut self.find_dataset(3).child { /*if let XSomeList::Playlists(playlists) = &mut self.find_dataset(3).child {
res_pls = [res_pls, playlists.to_vec()].concat(); res_pls = [res_pls, playlists.to_vec()].concat();
} }*/
res_pls res_pls
} }