From 41c1e2ad43c213cbd9c91e78eb5f8d349c7572b0 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 27 Sep 2016 11:31:25 -0400 Subject: [PATCH] Fixed more stuff with the sing module. --- modules/sing/sing.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/sing/sing.sh b/modules/sing/sing.sh index 7eec480..62d0c86 100755 --- a/modules/sing/sing.sh +++ b/modules/sing/sing.sh @@ -6,6 +6,7 @@ chan="$1" shift #get the lyric text into a variable trackName="${@//:/ - }" +trackName="${@//Ö/o}" # Try to work around some common tags that will fail to find lyrics. trackName="${trackName//\//_}" curl="$(command -v curl)"