Skip to content

Commit

Permalink
data: Track: update field combination errors for rereleases
Browse files Browse the repository at this point in the history
  • Loading branch information
towerofnix committed Aug 17, 2024
1 parent 4233461 commit c41c80a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/data/things/track.js
Original file line number Diff line number Diff line change
Expand Up @@ -574,9 +574,14 @@ export class Track extends Thing {
'Artists',
]},

{message: `Rereleases inherit contributors from the original`, fields: [
{message: `Rereleases don't have writing contributors`, fields: [
'Originally Released As',
'Contributors',
'Writing Contributors',
]},

{message: `Rereleases don't have performing contributors`, fields: [
'Originally Released As',
'Performing Contributors',
]},

{message: `Rereleases inherit lyrics from the original`, fields: [
Expand Down

0 comments on commit c41c80a

Please sign in to comment.