Skip to content

Commit 17c32e4

Browse files
committed
Add unknown IndustryType
1 parent 1010e6f commit 17c32e4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

library/src/main/java/me/proxer/library/enums/IndustryType.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ public enum IndustryType {
1616
@Json(name = "streaming") STREAMING,
1717
@Json(name = "developer") DEVELOPER,
1818
@Json(name = "tv") TV,
19-
@Json(name = "soundstudio") SOUND_STUDIO
19+
@Json(name = "soundstudio") SOUND_STUDIO,
20+
@Json(name = "") UNKNOWN
2021
}

0 commit comments

Comments
 (0)