« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/misc-templates.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/misc-templates.js b/src/misc-templates.js
index 7072e57..a530a3c 100644
--- a/src/misc-templates.js
+++ b/src/misc-templates.js
@@ -495,6 +495,8 @@ function unbound_fancifyURL(url, {
     ? language.$('misc.external.instagram')
   : domain.includes('patreon.com')
     ? language.$('misc.external.patreon')
+  : domain.includes('spotify.com')
+    ? language.$('misc.external.spotify')
     : domain);
 }