Track artist popularity
[brackets.git] / types / genre.go
CommitLineData
77e80966
JC
1package types
2
3type Genre struct {
4 ID int `json:"id"`
5 Name string `json:"name"`
6}