mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-02-16 10:40:59 +00:00
fix outdated app list printing via cli
This commit is contained in:
committed by
Cameron Gutman
parent
1dbdcb5279
commit
b9cab4cac5
@@ -304,8 +304,7 @@ NvHTTP::getAppList()
|
||||
// We must have a valid app before advancing to the next one
|
||||
if (!apps.isEmpty() && !apps.last().isInitialized()) {
|
||||
qWarning() << "Invalid applist XML";
|
||||
Q_ASSERT(false);
|
||||
return QVector<NvApp>();
|
||||
throw std::runtime_error("Invalid applist XML");
|
||||
}
|
||||
apps.append(NvApp());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user