mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 10:43:39 +02:00
Add cover to album detail page
This commit is contained in:
parent
5cbb83a22d
commit
662eef58ad
4 changed files with 38 additions and 34 deletions
|
|
@ -1,5 +1,5 @@
|
|||
(ns airsonic-ui.components.artist.views
|
||||
(:require [airsonic-ui.views.album :as album]
|
||||
(:require [airsonic-ui.components.collection.views :as collection]
|
||||
[clojure.string :as str]))
|
||||
|
||||
(defn link-button [attrs children]
|
||||
|
|
@ -35,4 +35,4 @@
|
|||
[lastfm-link artist-info])
|
||||
(when (:musicBrainzId artist-info)
|
||||
[musicbrainz-link artist-info])])]]]
|
||||
[:section.section>div.container [album/listing (:album artist)]]])
|
||||
[:section.section>div.container [collection/listing (:album artist)]]])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue