0.1.61 upd
This commit is contained in:
parent
bca2e1ee77
commit
0aed5f45cc
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -90,7 +90,7 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
||||
|
||||
[[package]]
|
||||
name = "itunesdb"
|
||||
version = "0.1.59"
|
||||
version = "0.1.61"
|
||||
dependencies = [
|
||||
"bincode",
|
||||
"env_logger",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "itunesdb"
|
||||
version = "0.1.60"
|
||||
version = "0.1.61"
|
||||
edition = "2021"
|
||||
authors = ["alterwain"]
|
||||
|
||||
|
@ -241,9 +241,9 @@ impl XDatabase {
|
||||
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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user