diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2025-11-27 21:09:29 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2025-11-27 21:09:29 -0400 |
| commit | f2161a3fe8ff9b574f53156d08ca7853427be8e4 (patch) | |
| tree | d79e117ddf638729c20c4e4deb847ae5a50d92ca /src/data/composite/wiki-properties/index.js | |
| parent | 861810685da73fa9fd6d4a1cb965155c61c99d11 (diff) | |
data: Track, Album: concise-retouch toplevel property descriptors
notably chopped exitWithoutArtwork and contribsPresent, replaced with new hasArtwork and more exitWithoutDependency
Diffstat (limited to 'src/data/composite/wiki-properties/index.js')
| -rw-r--r-- | src/data/composite/wiki-properties/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/composite/wiki-properties/index.js b/src/data/composite/wiki-properties/index.js index 57a2b8f2..9ef7ccc4 100644 --- a/src/data/composite/wiki-properties/index.js +++ b/src/data/composite/wiki-properties/index.js @@ -10,7 +10,6 @@ export {default as commentatorArtists} from './commentatorArtists.js'; export {default as constitutibleArtwork} from './constitutibleArtwork.js'; export {default as constitutibleArtworkList} from './constitutibleArtworkList.js'; export {default as contentString} from './contentString.js'; -export {default as contribsPresent} from './contribsPresent.js'; export {default as contributionList} from './contributionList.js'; export {default as dimensions} from './dimensions.js'; export {default as directory} from './directory.js'; @@ -18,6 +17,7 @@ export {default as duration} from './duration.js'; export {default as externalFunction} from './externalFunction.js'; export {default as fileExtension} from './fileExtension.js'; export {default as flag} from './flag.js'; +export {default as hasArtwork} from './hasArtwork.js'; export {default as name} from './name.js'; export {default as referenceList} from './referenceList.js'; export {default as referencedArtworkList} from './referencedArtworkList.js'; |