Use single url setting instead for subsonic, check http code

This commit is contained in:
Jonas Kvinge
2019-06-18 01:22:03 +02:00
parent 2c8cde4d91
commit 1d67b623e0
9 changed files with 42 additions and 75 deletions

View File

@@ -45,7 +45,7 @@ class SubsonicSettingsPage : public SettingsPage {
signals:
void Test();
void Test(const QString &hostname, const int port, const QString &username, const QString &password);
void Test(QUrl url, const QString &username, const QString &password);
private slots:
void TestClicked();