diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-08-05 12:43:39 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-08-05 20:42:08 -0300 |
commit | 4362324b40da9daa54c9c6c3a821b0cccaec71a0 (patch) | |
tree | cc93f7222002d39b580fab3c1b01ca6e2ba39a22 /src/data/yaml.js | |
parent | 0dc4db58b90f46cc938b72d571d690e197c6c243 (diff) |
data, test: TrackSection.tracks: use direct links
Diffstat (limited to 'src/data/yaml.js')
-rw-r--r-- | src/data/yaml.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/data/yaml.js b/src/data/yaml.js index 7a16341b..ffa24669 100644 --- a/src/data/yaml.js +++ b/src/data/yaml.js @@ -1206,6 +1206,10 @@ export function linkWikiDataArrays(wikiData) { 'wikiInfo', ]], + [wikiData.trackSectionData, [ + 'albumData', + ]], + [[wikiData.wikiInfo], [ 'groupData', ]], |