« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/generateReleaseInfoBlock.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/dependencies/generateReleaseInfoBlock.js')
-rw-r--r--src/content/dependencies/generateReleaseInfoBlock.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/dependencies/generateReleaseInfoBlock.js b/src/content/dependencies/generateReleaseInfoBlock.js
index 93d889ab..b73fd63f 100644
--- a/src/content/dependencies/generateReleaseInfoBlock.js
+++ b/src/content/dependencies/generateReleaseInfoBlock.js
@@ -31,7 +31,7 @@ export default {
         continue;
       }
 
-      if (html.isBlank(item)) {
+      if (html.isBlank(item) || !item) {
         continue;
       }