Subsonic: Add support for using album id to retrieve album covers

This commit is contained in:
Leandro Matheus
2025-01-04 17:11:09 -03:00
committed by Jonas Kvinge
parent 8302a95bc1
commit 24af1be666
36 changed files with 149 additions and 4 deletions

View File

@@ -37,6 +37,7 @@ constexpr char kPassword[] = "password";
constexpr char kHTTP2[] = "http2";
constexpr char kVerifyCertificate[] = "verifycertificate";
constexpr char kDownloadAlbumCovers[] = "downloadalbumcovers";
constexpr char kUseAlbumIdForAlbumCovers[] = "usealbumidforalbumcovers";
constexpr char kServerSideScrobbling[] = "serversidescrobbling";
constexpr char kAuthMethod[] = "authmethod";