diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/data/things/album.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/data/things/album.js b/src/data/things/album.js index 36b3c272..310026e8 100644 --- a/src/data/things/album.js +++ b/src/data/things/album.js @@ -756,6 +756,21 @@ export class Album extends Thing { }, invalidFieldCombinations: [ + {message: `Move commentary on singles to the track`, fields: [ + ['Style', 'single'], + 'Commentary', + ]}, + + {message: `Move crediting sources on singles to the track`, fields: [ + ['Style', 'single'], + 'Crediting Sources', + ]}, + + {message: `Move referencing sources on singles to the track`, fields: [ + ['Style', 'single'], + 'Referencing Sources', + ]}, + {message: `Specify one wallpaper style or multiple wallpaper parts, not both`, fields: [ 'Wallpaper Parts', 'Wallpaper Style', |