Skip to content

Commit 4941bf9

Browse files
committed
Add new IndustryType
1 parent 8c7576a commit 4941bf9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
public enum IndustryType {
1111
@Json(name = "publisher") PUBLISHER,
1212
@Json(name = "studio") STUDIO,
13+
@Json(name = "studio-secondary") STUDIO_SECONDARY,
1314
@Json(name = "producer") PRODUCER,
1415
@Json(name = "record_label") RECORD_LABEL,
1516
@Json(name = "talent_agent") TALENT_AGENT,

0 commit comments

Comments
 (0)