mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-24 10:16:41 -05:00
Add option to get channel info
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user