diff --git a/Cargo.lock b/Cargo.lock index 76c0ac6..e6ebd97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -90,7 +90,7 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" [[package]] name = "itunesdb" -version = "0.1.59" +version = "0.1.61" dependencies = [ "bincode", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 92774c6..e39ba11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itunesdb" -version = "0.1.60" +version = "0.1.61" edition = "2021" authors = ["alterwain"] diff --git a/src/xobjects.rs b/src/xobjects.rs index 65ff54e..eb0ee1e 100644 --- a/src/xobjects.rs +++ b/src/xobjects.rs @@ -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 }