song: Remove locale override.

This commit is contained in:
Dylan Araps 2018-05-26 06:55:25 +10:00
parent 2a13d62c0c
commit 8554f42345
1 changed files with 1 additions and 1 deletions

View File

@ -2458,7 +2458,7 @@ get_song() {
[[ "$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.
if [[ "$song_shorthand" == "on" ]]; then