From fdc050cd0dde9821ab1dfd19f63e374d421626cb Mon Sep 17 00:00:00 2001
From: cyfung1031 <44498510+cyfung1031@users.noreply.github.com>
Date: Sat, 4 Jan 2025 14:12:49 +0900
Subject: [PATCH] Add entry in `defaultSVGBoxs`
---
GeniusLyrics.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/GeniusLyrics.js b/GeniusLyrics.js
index cc7f842..d3f7689 100644
--- a/GeniusLyrics.js
+++ b/GeniusLyrics.js
@@ -3486,7 +3486,8 @@ Browser: ${navigator.userAgent}
'',
'',
'',
- ''
+ '',
+ ''
]
// note: the script can detect that the fetched svg might be missing in the defaultSVGBoxs,
// but if those SVGs are no longer used in all lyrics / theme, there will be no warning or logging to alert the developer.