forked from Shinonome/dots-hyprland
parallax wallpaper
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user