« get me outta code hell

skip errors in sampled tracks for now - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-12-29 15:56:07 -0400
committer(quasar) nebula <qznebula@protonmail.com>2022-12-29 15:56:07 -0400
commit2d5a10cc50188e823707ba772dee2bd97f1b02cc (patch)
tree62fb48cde98dae9b8553ae61770560fb24d9587d
parentd634bcafffbbfee89a6a81dc7b667b97b7f7a467 (diff)
skip errors in sampled tracks for now
-rw-r--r--src/data/yaml.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/data/yaml.js b/src/data/yaml.js
index 8336883..6ddd3a1 100644
--- a/src/data/yaml.js
+++ b/src/data/yaml.js
@@ -1255,7 +1255,8 @@ export function filterReferenceErrors(wikiData) {
       contributorContribsByRef: '_contrib',
       coverArtistContribsByRef: '_contrib',
       referencedTracksByRef: 'track',
-      sampledTracksByRef: 'track',
+      // Skip sampled track ref errors for now
+      // sampledTracksByRef: 'track',
       artTagsByRef: 'artTag',
       originalReleaseTrackByRef: 'track',
     }],