aboutsummaryrefslogtreecommitdiffstats
path: root/src/screens/UScreenJukebox.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/UScreenJukebox.pas')
-rw-r--r--src/screens/UScreenJukebox.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screens/UScreenJukebox.pas b/src/screens/UScreenJukebox.pas
index ae0eacad..36a65720 100644
--- a/src/screens/UScreenJukebox.pas
+++ b/src/screens/UScreenJukebox.pas
@@ -374,6 +374,8 @@ begin
if (Filter <> '') then
begin
+ Filter := GetStringWithNoAccents(UTF8Decode(UTF8LowerCase(Filter)));
+
SetLength(JukeboxVisibleSongs, 0);
for I := 0 to High(JukeboxSongsList) do
begin