Skip to content

Commit 84b342f

Browse files
committed
Add new "tv" industry type
1 parent 2fa14ab commit 84b342f

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
@@ -14,5 +14,6 @@ public enum IndustryType {
1414
@Json(name = "record_label")RECORD_LABEL,
1515
@Json(name = "talent_agent")TALENT_AGENT,
1616
@Json(name = "streaming")STREAMING,
17-
@Json(name = "developer")DEVELOPER
17+
@Json(name = "developer") DEVELOPER,
18+
@Json(name = "tv") TV
1819
}

0 commit comments

Comments
 (0)