fixed split header tooltips not showing

This commit is contained in:
fourtf
2018-05-26 16:31:43 +02:00
parent 08cf701af3
commit 6b24f249f7
8 changed files with 46 additions and 28 deletions
+5
View File
@@ -325,6 +325,11 @@ void TwitchChannel::refreshLiveStatus()
QString::number(diff / 3600) + "h " + QString::number(diff % 3600 / 60) + "m";
channel->streamStatus.rerun = false;
if (stream.HasMember("stream_type")) {
channel->streamStatus.streamType = stream["stream_type"].GetString();
} else {
channel->streamStatus.streamType = QString();
}
if (stream.HasMember("broadcast_platform")) {
const auto &broadcastPlatformValue = stream["broadcast_platform"];