Subsonic API: added artist images in getCoverArt endpoint, fixes #392
This commit is contained in:
+4
-1
@@ -84,7 +84,10 @@ cover-max-cache-size = 30;
|
||||
cover-jpeg-quality = 75;
|
||||
|
||||
# Preferred file names for covers (order is important)
|
||||
cover-preferred-file-names = ("cover", "front" );
|
||||
cover-preferred-file-names = ("cover", "front");
|
||||
|
||||
# File names for artist images (order is important)
|
||||
artist-image-file-names = ("artist");
|
||||
|
||||
# Playqueue max entry count
|
||||
playqueue-max-entry-count = 1000;
|
||||
|
||||
Reference in New Issue
Block a user