diff --git a/src/cljs/airsonic_ui/api/helpers.cljs b/src/cljs/airsonic_ui/api/helpers.cljs index 8483861..e2310d5 100644 --- a/src/cljs/airsonic_ui/api/helpers.cljs +++ b/src/cljs/airsonic_ui/api/helpers.cljs @@ -44,7 +44,7 @@ (defn- unwrap-response* [response] (-> (:subsonic-response response) - (dissoc :status :version) + (dissoc :status :version :type :serverVersion :openSubsonic) vals first))