diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-09-11 08:26:25 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-09-11 08:26:25 -0300 |
commit | c191171847198a911c63a8342746ff884dd3ed4a (patch) | |
tree | b95043f33a5e7339f1380f6d033b186648cc1447 /src/content/dependencies/generateReleaseInfoContributionsLine.js | |
parent | 2f7f2264c54aef4da050dc438cba8a408293235f (diff) |
content, data: Album.showAlbumInTracksWithoutArtists preview
Diffstat (limited to 'src/content/dependencies/generateReleaseInfoContributionsLine.js')
-rw-r--r-- | src/content/dependencies/generateReleaseInfoContributionsLine.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/content/dependencies/generateReleaseInfoContributionsLine.js b/src/content/dependencies/generateReleaseInfoContributionsLine.js index f93403d9..a597b68a 100644 --- a/src/content/dependencies/generateReleaseInfoContributionsLine.js +++ b/src/content/dependencies/generateReleaseInfoContributionsLine.js @@ -11,6 +11,8 @@ export default { stringKey: {type: 'string'}, featuringStringKey: {type: 'string'}, + additionalStringOptions: {validate: v => v.isObject}, + chronologyKind: {type: 'string'}, }, @@ -27,5 +29,6 @@ export default { normalStringKey: slots.stringKey, normalFeaturingStringKey: slots.featuringStringKey, + additionalStringOptions: slots.additionalStringOptions, }), }; |