Differentiate live streams and vodcasts

Fixes #320
This commit is contained in:
Rasmus Karlsson
2018-04-08 15:14:14 +02:00
committed by fourtf
parent c2ddb74307
commit f6a0ac1bda
3 changed files with 21 additions and 4 deletions
+1
View File
@@ -24,6 +24,7 @@ class TwitchChannel final : public Channel
public:
struct StreamStatus {
bool live = false;
bool rerun = false;
unsigned viewerCount = 0;
QString title;
QString game;