1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 10:23:39 +02:00

Support openSubsonic compatible servers (like gonic

This commit is contained in:
arne 2025-04-11 07:05:47 +02:00
commit 7f0020f044

View file

@ -44,7 +44,7 @@
(defn- unwrap-response* [response] (defn- unwrap-response* [response]
(-> (:subsonic-response response) (-> (:subsonic-response response)
(dissoc :status :version) (dissoc :status :version :type :serverVersion :openSubsonic)
vals vals
first)) first))