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
commit e54f324595
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"*)