mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-22 00:05:16 -05:00
Fix content content_classification_labels not being set
This commit is contained in:
@@ -178,7 +178,7 @@ std::optional<ChannelInfo> TwitchChannel::GetInfo(const TwitchToken &token)
|
||||
info.delay = obs_data_get_int(data, "delay");
|
||||
info.tags = getStringArrayHelper(data, "tags");
|
||||
info.content_classification_labels =
|
||||
getStringArrayHelper(data, "thumbnail_url");
|
||||
getStringArrayHelper(data, "content_classification_labels");
|
||||
info.is_branded_content = obs_data_get_bool(data, "is_branded_content");
|
||||
return info;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user