feat(models): add alias to credit
This commit is contained in:
parent
cf444831f3
commit
a1bb6a2dbc
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user