mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
Provide local version of airsonic logo created by @jooola
This commit is contained in:
parent
5344975363
commit
d26decb2ff
4 changed files with 3 additions and 3 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue