mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-24 04:32:15 -04:00
Merge pull request #1373 from kiwix/better-use-entries-api-endpoint
Replace deprecated /catalog/search catalog end-point call
This commit is contained in:
commit
2bd6960975
@ -41,7 +41,7 @@ void OpdsRequestManager::doUpdate(const QString& currentLanguage, const QString&
|
||||
query.addQueryItem("category", categoryFilter);
|
||||
}
|
||||
|
||||
auto mp_reply = opdsResponseFromPath("/catalog/search", query);
|
||||
auto mp_reply = opdsResponseFromPath("/catalog/v2/entries", query);
|
||||
connect(mp_reply, &QNetworkReply::finished, this, [=]() {
|
||||
receiveContent(mp_reply);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user