diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-06-21 20:48:56 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-06-24 15:03:10 -0300 |
commit | 85aa05bd5b030fcd7de33c25ec65f70582d903e3 (patch) | |
tree | f90efad7731f1874119f46d161c402db4f96baf5 | |
parent | 3ec7d66ece76cea96b0caa14e5729b5642a76afd (diff) |
checks: reportContentTextErrors: check track credit sources
-rw-r--r-- | src/data/checks.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data/checks.js b/src/data/checks.js index ad621bab..f5aa551f 100644 --- a/src/data/checks.js +++ b/src/data/checks.js @@ -544,6 +544,7 @@ export function reportContentTextErrors(wikiData, { ['trackData', { additionalFiles: additionalFileShape, commentary: commentaryShape, + creditSources: commentaryShape, lyrics: '_content', midiProjectFiles: additionalFileShape, sheetMusicFiles: additionalFileShape, |