Don't set game to game id, always wait for the game name to be resolved (#1609)

Fixes #1606
This commit is contained in:
pajlada 2020-03-22 06:22:36 -04:00 committed by GitHub
parent 17aa3f71cd
commit 15cf8bfcfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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());