« get me outta code hell

content: generateListenLineOrList, generateReleaseInfoBlock - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/external-links.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-05-01 18:37:35 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-05-01 18:37:35 -0300
commita1d39a16ab3ed60a9af4ef277fbf5c4a98a84b2d (patch)
tree5533aa908374b3575fbf1091950abde6e710a606 /src/external-links.js
parentf6aad9a81fbb1b4e619355cbec316988837fb61a (diff)
content: generateListenLineOrList, generateReleaseInfoBlock
Diffstat (limited to 'src/external-links.js')
-rw-r--r--src/external-links.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/external-links.js b/src/external-links.js
index 847970b8..409ff503 100644
--- a/src/external-links.js
+++ b/src/external-links.js
@@ -939,7 +939,7 @@ export function getExternalLinkStringOfStyleFromDescriptor(urlEntry, style, desc
 
     if (typeof descriptor.detail === 'string') {
       return language.$(prefix, descriptor.platform, descriptor.detail);
-    } else if (descriptor.detial.substring) {
+    } else if (descriptor.detail.substring) {
       const {substring, ...rest} = descriptor.detail;
 
       const opts =