Add scheme setting for subsonic
This commit is contained in:
@@ -41,6 +41,7 @@ class SubsonicUrlHandler : public UrlHandler {
|
||||
SubsonicUrlHandler(Application *app, SubsonicService *service);
|
||||
|
||||
QString scheme() const { return service_->url_scheme(); }
|
||||
QString server_scheme() const { return service_->scheme(); }
|
||||
LoadResult StartLoading(const QUrl &url);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user