mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-01 14:55:38 -05:00
Fix content content_classification_labels not being set
This commit is contained in:
parent
ae8d0bf5cb
commit
324d3fe7a5
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user