Skip to content

Commit

Permalink
add missing content classification label ids (#136)
Browse files Browse the repository at this point in the history
Co-authored-by: Foretack <69414142+Foretack@users.noreply.github.com>
  • Loading branch information
occluder and occluder authored Nov 5, 2024
1 parent e1a50e8 commit e4711cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions MiniTwitch.Helix/Enums/ContentLabelid.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

public enum ContentLabelId
{
DebatedSocialIssuesAndPolitics,
DrugsIntoxication,
Gambling,
MatureGame,
ProfanityVulgarity,
SexualThemes,
ViolentGraphic,
Gambling,
ProfanityVulgarity
}

0 comments on commit e4711cb

Please sign in to comment.