mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-07-12 18:03:52 +00:00
Remove outdated comment
This commit is contained in:
@@ -484,7 +484,6 @@ NvHTTP::openConnection(QUrl baseUrl,
|
|||||||
url.setPath("/" + command);
|
url.setPath("/" + command);
|
||||||
|
|
||||||
// Use a placeholder UID for GFE allow them to quit games for each other.
|
// Use a placeholder UID for GFE allow them to quit games for each other.
|
||||||
// We also use this placeholder UID for previously paired Sunshine hosts for backwards compatibility.
|
|
||||||
url.setQuery("uniqueid=" + (m_UseTrueUid ? IdentityManager::get()->getUniqueId() : "0123456789ABCDEF") +
|
url.setQuery("uniqueid=" + (m_UseTrueUid ? IdentityManager::get()->getUniqueId() : "0123456789ABCDEF") +
|
||||||
"&uuid=" + QUuid::createUuid().toRfc4122().toHex() +
|
"&uuid=" + QUuid::createUuid().toRfc4122().toHex() +
|
||||||
((arguments != nullptr) ? ("&" + arguments) : ""));
|
((arguments != nullptr) ? ("&" + arguments) : ""));
|
||||||
|
|||||||
Reference in New Issue
Block a user