diff options
-rw-r--r-- | emms-player-mpv.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-player-mpv.el b/emms-player-mpv.el index 72b2cb5..bc5b2d8 100644 --- a/emms-player-mpv.el +++ b/emms-player-mpv.el @@ -825,7 +825,7 @@ if there was any issue when trying to start it initially." track-name 'replace)) (start-func (lambda () (emms-player-mpv-cmd start-cmd - (apply-partially #'emms-player-mpv-start-error-handler ',start-cmd)) + (apply-partially #'emms-player-mpv-start-error-handler start-cmd)) (emms-player-mpv-cmd '(set pause no))))) (if emms-player-mpv-ipc-stop-command (setq emms-player-mpv-ipc-stop-command start-func) |