From 0aed5f45cc192d592d1eeecb2f910f86c1ebc46b Mon Sep 17 00:00:00 2001
From: "alterwain@protonmail.com" <alterwain@protonmail.com>
Date: Thu, 20 Feb 2025 20:04:36 +0300
Subject: [PATCH] 0.1.61 upd

---
 Cargo.lock      | 2 +-
 Cargo.toml      | 2 +-
 src/xobjects.rs | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

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
     }