mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-12-13 12:52:27 +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,
|
||||
"applist",
|
||||
nullptr,
|
||||
true,
|
||||
true);
|
||||
verifyResponseStatus(appxml);
|
||||
|
||||
|
|
Loading…
Reference in a new issue