Subsonic: Add support for using album id to retrieve album covers
This commit is contained in:
committed by
Jonas Kvinge
parent
8302a95bc1
commit
24af1be666
@@ -51,6 +51,7 @@ class SubsonicSettingsPage : public SettingsPage {
|
||||
void Test(const QUrl &url, const QString &username, const QString &password, const SubsonicSettings::AuthMethod auth_method, const bool redirect = false);
|
||||
|
||||
private Q_SLOTS:
|
||||
void CheckboxDownloadAlbumCoversToggled(bool enabled);
|
||||
void TestClicked();
|
||||
void TestSuccess();
|
||||
void TestFailure(const QString &failure_reason);
|
||||
|
||||
Reference in New Issue
Block a user