Add option to get channel info

This commit is contained in:
WarmUpTill
2025-12-13 14:28:01 +01:00
committed by WarmUpTill
parent 69711d973a
commit 6bfcabc4af
7 changed files with 81 additions and 20 deletions

View File

@@ -629,7 +629,7 @@ void MacroConditionTwitch::SetTempVarValues(const ChannelInfo &info)
if (!classificationLabels.empty()) {
classificationLabels.pop_back();
}
SetTempVarValue("content_classification_labels", tags);
SetTempVarValue("content_classification_labels", classificationLabels);
SetTempVarValue("is_branded_content",
info.is_branded_content ? "true" : "false");
}