1
0
Fork 0
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:
Arne Schlüter 2018-09-05 12:46:21 +02:00
commit 662eef58ad
4 changed files with 38 additions and 34 deletions

View file

@ -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)]]])