Remove outdated comment

This commit is contained in:
Cameron Gutman
2026-06-21 15:19:44 -05:00
parent 170801ba9f
commit faa39875b6
-1
View File
@@ -484,7 +484,6 @@ NvHTTP::openConnection(QUrl baseUrl,
url.setPath("/" + command);
// 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") +
"&uuid=" + QUuid::createUuid().toRfc4122().toHex() +
((arguments != nullptr) ? ("&" + arguments) : ""));