Live streams that are marked as reruns now mark a tab as yellow instead of red (#5176)
This commit is contained in:
@@ -328,6 +328,11 @@ bool Channel::isLive() const
|
||||
return false;
|
||||
}
|
||||
|
||||
bool Channel::isRerun() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
bool Channel::shouldIgnoreHighlights() const
|
||||
{
|
||||
return this->type_ == Type::TwitchAutomod ||
|
||||
|
||||
@@ -104,6 +104,7 @@ public:
|
||||
virtual bool hasModRights() const;
|
||||
virtual bool hasHighRateLimit() const;
|
||||
virtual bool isLive() const;
|
||||
virtual bool isRerun() const;
|
||||
virtual bool shouldIgnoreHighlights() const;
|
||||
virtual bool canReconnect() const;
|
||||
virtual void reconnect();
|
||||
|
||||
Reference in New Issue
Block a user