parallax wallpaper

This commit is contained in:
end-4
2024-01-19 21:08:01 +07:00
parent 3a4a5226b8
commit a7d70b7cb0
5 changed files with 44 additions and 34 deletions
@@ -73,7 +73,7 @@ function trimTrackTitle(title) {
/【[^】]*】/, // Touhou n weeb stuff
/\[FREE DOWNLOAD\]/, // F-777
];
cleanRegexes.forEach((expr) => cleanedTitle.replace(expr, ''));
cleanRegexes.forEach((expr) => title.replace(expr, ''));
return title;
}