Use FollowRedirectsAttribute everywhere

This commit is contained in:
Jonas Kvinge
2019-08-22 19:28:54 +02:00
parent 387d790228
commit bd5ab80276
28 changed files with 102 additions and 212 deletions

View File

@@ -105,6 +105,10 @@ QobuzService::QobuzService(Application *app, QObject *parent)
app->player()->RegisterUrlHandler(url_handler_);
#if (QT_VERSION >= QT_VERSION_CHECK(5, 9, 0))
network_->setRedirectPolicy(QNetworkRequest::NoLessSafeRedirectPolicy);
#endif
// Backends
artists_collection_backend_ = new CollectionBackend();