Skip to content

Commit

Permalink
Add new "soundstudio" type to the IndustryType
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Jul 30, 2017
1 parent 89e922a commit 1eab231
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ public enum IndustryType {
@Json(name = "talent_agent") TALENT_AGENT,
@Json(name = "streaming") STREAMING,
@Json(name = "developer") DEVELOPER,
@Json(name = "tv") TV
@Json(name = "tv") TV,
@Json(name = "soundstudio") SOUND_STUDIO
}

0 comments on commit 1eab231

Please sign in to comment.