Skip to content

Commit 1eab231

Browse files
committed
Add new "soundstudio" type to the IndustryType
1 parent 89e922a commit 1eab231

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
@@ -15,5 +15,6 @@ public enum IndustryType {
1515
@Json(name = "talent_agent") TALENT_AGENT,
1616
@Json(name = "streaming") STREAMING,
1717
@Json(name = "developer") DEVELOPER,
18-
@Json(name = "tv") TV
18+
@Json(name = "tv") TV,
19+
@Json(name = "soundstudio") SOUND_STUDIO
1920
}

0 commit comments

Comments
 (0)