aboutsummaryrefslogtreecommitdiff
path: root/emms-player-mpd.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2008-06-04 07:10:44 -0700
committerMichael Olson <mwolson@gnu.org>2008-06-04 07:10:44 -0700
commit86a830f81a2688428ac03e0e4733866ff79b7e12 (patch)
tree71e0cb96fe69756f00f5425048d4e5da56364e9f /emms-player-mpd.el
parentbbefa2ae801843625389a80b7b28c7e579fab96d (diff)
emms-player-mpd.el: Quote argument to "update" command.
Diffstat (limited to 'emms-player-mpd.el')
-rw-r--r--emms-player-mpd.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-player-mpd.el b/emms-player-mpd.el
index c31c48b..ba31df4 100644
--- a/emms-player-mpd.el
+++ b/emms-player-mpd.el
@@ -1178,7 +1178,7 @@ order to prime the cache."
(unless (string= dir "")
(setq dir (emms-player-mpd-get-mpd-filename dir)))
(emms-player-mpd-send
- (concat "update " dir) nil
+ (concat "update " (emms-player-mpd-quote-file dir)) nil
(lambda (closure response)
(let ((id (cdr (assoc "updating_db"
(emms-player-mpd-get-alist