diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-07-13 16:13:21 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-07-13 16:13:21 -0300 |
commit | 0023f84094ebfebd6f7556b89061bc8a356a0fb0 (patch) | |
tree | 08c5b759a4e7de8a637c048fc7763c735014ebf8 /src | |
parent | 0cecd1d02c59a62d4910fbcfb3a055c14c054102 (diff) |
data: Album: no additional names on single
Diffstat (limited to 'src')
-rw-r--r-- | src/data/things/album.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/data/things/album.js b/src/data/things/album.js index 310026e8..bb11aad8 100644 --- a/src/data/things/album.js +++ b/src/data/things/album.js @@ -771,6 +771,11 @@ export class Album extends Thing { 'Referencing Sources', ]}, + {message: `Move additional names on singles to the track`, fields: [ + ['Style', 'single'], + 'Additional Names', + ]}, + {message: `Specify one wallpaper style or multiple wallpaper parts, not both`, fields: [ 'Wallpaper Parts', 'Wallpaper Style', |