aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emms-player-mpv.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms-player-mpv.el b/lisp/emms-player-mpv.el
index b22aa25..e3fb52e 100644
--- a/lisp/emms-player-mpv.el
+++ b/lisp/emms-player-mpv.el
@@ -431,7 +431,7 @@ MEDIA-ARGS are used instead of --idle, if specified."
(goto-char p0)
(end-of-line)
(equal (following-char)
- #xa))
+ ?\n))
(let*
((p1 (point))
(json (buffer-substring p0 p1)))