« get me outta code hell

content: fix halfway-done onlyIfContent on music video watch line - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-04-11 12:41:47 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-04-11 12:41:47 -0300
commit9b7a21bc06e5568ceccdd72046e75f35fc11d58e (patch)
tree8b4657fded4528f78bec9aeef5ea58346f9467ac /src
parent6c234fbebc746edae29dfe6f17c30167717aa58b (diff)
content: fix halfway-done onlyIfContent on music video watch line
Diffstat (limited to 'src')
-rw-r--r--src/content/dependencies/generateMusicVideo.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content/dependencies/generateMusicVideo.js b/src/content/dependencies/generateMusicVideo.js
index f02064c4..e00b83b0 100644
--- a/src/content/dependencies/generateMusicVideo.js
+++ b/src/content/dependencies/generateMusicVideo.js
@@ -65,6 +65,8 @@ export default {
 
           html.tag('span', {class: 'watch-line'},
             language.$(capsule, 'watchOn', {
+              [language.onlyIfOptions]: ['links'],
+
               links:
                 language.formatUnitList(relations.watchLinks),
             }))),