aboutsummaryrefslogtreecommitdiff
path: root/emms-player-mpd.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-player-mpd.el')
-rw-r--r--emms-player-mpd.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emms-player-mpd.el b/emms-player-mpd.el
index b80f76d..b1a0d04 100644
--- a/emms-player-mpd.el
+++ b/emms-player-mpd.el
@@ -1064,6 +1064,8 @@ rather than EMMS."
(let ((name (car data))
(value (cdr data)))
(setq name (cond ((string= name "artist") 'info-artist)
+ ((string= name "composer") 'info-composer)
+ ((string= name "performer") 'info-performer)
((string= name "title") 'info-title)
((string= name "album") 'info-album)
((string= name "track") 'info-tracknumber)