Fix saving subsonic cover when ContentTypeHeader returns filetype

This commit is contained in:
Jonas Kvinge
2020-10-10 23:46:29 +02:00
parent 12cbcdb6f4
commit eb43a812d6
2 changed files with 20 additions and 15 deletions

View File

@@ -115,6 +115,8 @@ class SubsonicRequest : public SubsonicBaseRequest {
static const int kMaxConcurrentArtistAlbumsRequests;
static const int kMaxConcurrentAlbumSongsRequests;
static const int kMaxConcurrentAlbumCoverRequests;
static QStringList kSupportedImageMimeTypes;
static QStringList kSupportedImageFormats;
SubsonicService *service_;
SubsonicUrlHandler *url_handler_;