Commit 8554f423 authored by Dylan Araps's avatar Dylan Araps

song: Remove locale override.

parent 2a13d62c
...@@ -2458,7 +2458,7 @@ get_song() { ...@@ -2458,7 +2458,7 @@ get_song() {
[[ "$song" != *[a-z]* ]] && { unset -v song; return; } [[ "$song" != *[a-z]* ]] && { unset -v song; return; }
LC_ALL="$sys_locale" IFS=$'\n' read -d "" -r artist album title <<< "${song//-@-/$'\n'}" IFS=$'\n' read -d "" -r artist album title <<< "${song//-@-/$'\n'}"
# Display Artist, Album and Title on separate lines. # Display Artist, Album and Title on separate lines.
if [[ "$song_shorthand" == "on" ]]; then if [[ "$song_shorthand" == "on" ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment