mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Don't set game to game id, always wait for the game name to be resolved (#1609)
Fixes #1606
This commit is contained in:
parent
17aa3f71cd
commit
15cf8bfcfa
1 changed files with 0 additions and 1 deletions
|
@ -542,7 +542,6 @@ void TwitchChannel::parseLiveStatus(bool live, const HelixStream &stream)
|
||||||
// failure
|
// failure
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
status->game = stream.gameId;
|
|
||||||
status->title = stream.title;
|
status->title = stream.title;
|
||||||
QDateTime since = QDateTime::fromString(stream.startedAt, Qt::ISODate);
|
QDateTime since = QDateTime::fromString(stream.startedAt, Qt::ISODate);
|
||||||
auto diff = since.secsTo(QDateTime::currentDateTime());
|
auto diff = since.secsTo(QDateTime::currentDateTime());
|
||||||
|
|
Loading…
Reference in a new issue