mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 20:40:15 +02:00
Cover art support for folder view (Subsonic servers only) (#1608)
* add coverArt support for subsonic folders
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user