mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +02:00
Merge feature/search
Squashed commit of the following:
commit 8a19df91f8daa1b791d40cc910947c94355a8d0d
Author: Arne Schlüter <arne@schlueter.is>
Date: Tue Aug 28 16:06:35 2018 +0200
Implement search UI (closes #19)
commit bf661dd25ec9f1d5569df88a8a87f94c1bc1b317
Author: Arne Schlüter <arne@schlueter.is>
Date: Tue Aug 28 11:09:46 2018 +0200
Re-add subscription for single endpoint and move helpers to a different location
This commit is contained in:
parent
d26decb2ff
commit
7653af5dd1
22 changed files with 236 additions and 49 deletions
|
|
@ -21,6 +21,20 @@
|
|||
:error {:code 40
|
||||
:message "Wrong username or password."}}}})
|
||||
|
||||
(def artist
|
||||
{:id "499", :name "Tomemitsu", :coverArt "ar-497", :albumCount 1})
|
||||
|
||||
(def album
|
||||
{:artistId "258",
|
||||
:name "Tocotronic",
|
||||
:songCount 26,
|
||||
:created "2017-12-31T08:18:45.000Z",
|
||||
:duration 7383,
|
||||
:artist "Tocotronic",
|
||||
:year 2015,
|
||||
:id "439",
|
||||
:coverArt "al-439"})
|
||||
|
||||
(def song
|
||||
{:artistId 42,
|
||||
:path "DJ Koze/DJ Koze - Reincarnations Part 2, The Remix Chapter 2009-2014/14. Apparat - Black Water (DJ Koze Remix).mp3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue