mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2025-01-06 00:08:45 +00:00
Suppress logging for applist queries
This commit is contained in:
parent
b6763bb9f0
commit
e4d7d190e2
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ NvHTTP::getAppList()
|
||||||
QString appxml = openConnectionToString(m_BaseUrlHttps,
|
QString appxml = openConnectionToString(m_BaseUrlHttps,
|
||||||
"applist",
|
"applist",
|
||||||
nullptr,
|
nullptr,
|
||||||
|
true,
|
||||||
true);
|
true);
|
||||||
verifyResponseStatus(appxml);
|
verifyResponseStatus(appxml);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue