Skip to content

Commit 70a8986

Browse files
authored
App: Update these enums :p
1 parent 9aac4c4 commit 70a8986

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/Koi/src/main/java/co/casterlabs/koi/api/KoiIntegrationFeatures.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ public enum KoiIntegrationFeatures {
44

55
/* ---- Misc ---- */
66

7-
UPDATE_STREAM_INFO,
8-
UPDATE_STREAM_THUMBNAIL,
7+
STREAM_INFO,
8+
PUBLISHING_INFO,
99
UPDATE_ROOM_STATE,
1010
CHAT_BOT_LINKING,
1111
CHANNEL_POINTS,

app/Koi/src/main/java/co/casterlabs/koi/api/stream/KoiStreamContentRating.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
@AllArgsConstructor
1313
public enum KoiStreamContentRating {
1414
FAMILY_FRIENDLY("Family Friendly"),
15-
PG("PG"),
16-
MATURE("Mature");
15+
TEEN("Teen"),
16+
EIGHTEEN_PLUS("18+");
1717

1818
public static final Map<KoiStreamContentRating, String> LANG;
1919

0 commit comments

Comments
 (0)