diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-10-04 18:54:38 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-10-04 18:54:38 -0300 |
commit | f820d83e94cf014e34857c69598261680c72329c (patch) | |
tree | 2ae0e4e5dd10385fe5d50d5254ee9391e8bfbb0e /src/data | |
parent | 000550fb9ec71a5caa0304601f776ba411247120 (diff) |
data: remove not-applicable album Referencing Sources error preview
Diffstat (limited to 'src/data')
-rw-r--r-- | src/data/things/album.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/data/things/album.js b/src/data/things/album.js index 2817d78d..0f018e44 100644 --- a/src/data/things/album.js +++ b/src/data/things/album.js @@ -846,11 +846,6 @@ export class Album extends Thing { 'Crediting Sources', ]}, - {message: `Move referencing sources on singles to the track`, fields: [ - ['Style', 'single'], - 'Referencing Sources', - ]}, - {message: `Move additional names on singles to the track`, fields: [ ['Style', 'single'], 'Additional Names', |