Live streams that are marked as reruns now mark a tab as yellow instead of red (#5176)

This commit is contained in:
Mm2PL
2024-02-18 17:22:53 +01:00
committed by GitHub
parent 641cb26a76
commit 5c51ec8382
9 changed files with 71 additions and 5 deletions
+5
View File
@@ -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 ||