feat(models): add alias to credit
This commit is contained in:
@@ -14,11 +14,13 @@ type Role struct {
|
||||
type PersonCredit struct {
|
||||
Track TrackBrief `json:"track"`
|
||||
Role Role `json:"role"`
|
||||
Alias string `json:"alias"`
|
||||
}
|
||||
|
||||
type TrackCredit struct {
|
||||
Person PersonBrief `json:"person"`
|
||||
Role Role `json:"role"`
|
||||
Alias string `json:"alias"`
|
||||
}
|
||||
|
||||
type PersonBrief struct {
|
||||
|
||||
Reference in New Issue
Block a user