1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 18:33:38 +02:00

Provide local version of airsonic logo created by @jooola

This commit is contained in:
Arne Schlüter 2018-08-22 19:14:51 +02:00
commit d26decb2ff
4 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View file

@ -53,7 +53,7 @@
^{:key :shuffle-button} [shuffle-button {:on-click (toggle-shuffle playback-mode)} [icon :random]]
^{:key :repeat-button} [repeat-button {:on-click (advance-repeat-mode repeat-mode)} [icon :loop]]]))
(def logo-url "https://airsonic.github.io/airsonic-ui/assets/images/logo/airsonic-light-350x100.png")
(def logo-url "./img/airsonic-light-350x100.png")
(defn audio-player []
(let [current-song @(subscribe [:audio/current-song])