Merge pull request #978 from mstraube/song-album

song: fix audacious album
This commit is contained in:
Dylan Araps
2018-05-09 22:00:39 +00:00
committed by GitHub

View File

@@ -2417,7 +2417,7 @@ get_song() {
"audacious"*) "audacious"*)
song="$(audtool current-song)" song="$(audtool current-song)"
[[ -z "$song" ]] && get_song_dbus "audacious" [[ -z "$song" || "$song_shorthand" == "on" ]] && get_song_dbus "audacious"
;; ;;
"cmus"*) "cmus"*)