mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 02:46:59 +03:00
NOISSUE Correct trending URL string for Technic packs
This seems to have just been an inadvertent mistake when copy-pasting. This commit just removes an annoying warning.
This commit is contained in:
parent
4401b9e137
commit
66fde9e6b7
1 changed files with 1 additions and 3 deletions
|
|
@ -95,9 +95,7 @@ void Technic::ListModel::performSearch()
|
|||
NetJob *netJob = new NetJob("Technic::Search");
|
||||
QString searchUrl = "";
|
||||
if (currentSearchTerm.isEmpty()) {
|
||||
searchUrl = QString(
|
||||
"https://api.technicpack.net/trending?build=multimc"
|
||||
).arg(currentSearchTerm);
|
||||
searchUrl = "https://api.technicpack.net/trending?build=multimc";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue