Fix download albumcovers setting

This commit is contained in:
Jonas Kvinge
2019-07-06 00:16:13 +02:00
parent 044f347729
commit 60aed593b3
3 changed files with 3 additions and 3 deletions

View File

@@ -112,7 +112,7 @@ void SubsonicService::ReloadSettings() {
else password_ = QString::fromUtf8(QByteArray::fromBase64(password));
verify_certificate_ = s.value("verifycertificate", false).toBool();
download_album_covers_ = s.value("cachealbumcovers", true).toBool();
download_album_covers_ = s.value("downloadalbumcovers", true).toBool();
s.endGroup();