mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +02:00
Support openSubsonic compatible servers (like gonic
This commit is contained in:
parent
a248b815f6
commit
7f0020f044
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue