Cover art support for folder view (Subsonic servers only) (#1608)

* add coverArt support for subsonic folders
This commit is contained in:
marank
2026-01-24 06:26:51 +01:00
committed by GitHub
parent c79e041777
commit f016d2cdf4
5 changed files with 10 additions and 1 deletions
@@ -778,6 +778,7 @@ export const SubsonicController: InternalControllerEndpoint = {
res.body.indexes?.index?.flatMap((idx) =>
idx.artist.map((artist) => ({
artist: artist.name,
coverArt: artist.coverArt,
id: artist.id.toString(),
isDir: true,
title: artist.name,