Use single url setting instead for subsonic, check http code
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user