Don't set game to game id, always wait for the game name to be resolved (#1609)
Fixes #1606
This commit is contained in:
@@ -542,7 +542,6 @@ void TwitchChannel::parseLiveStatus(bool live, const HelixStream &stream)
|
||||
// failure
|
||||
});
|
||||
}
|
||||
status->game = stream.gameId;
|
||||
status->title = stream.title;
|
||||
QDateTime since = QDateTime::fromString(stream.startedAt, Qt::ISODate);
|
||||
auto diff = since.secsTo(QDateTime::currentDateTime());
|
||||
|
||||
Reference in New Issue
Block a user