branch: externals/listen
commit 790bbcf5d649bec9001c5476898e104660daf1c6
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
Tidy
---
listen-mpv.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/listen-mpv.el b/listen-mpv.el
index 6f565e47f7..1fceec0821 100755
--- a/listen-mpv.el
+++ b/listen-mpv.el
@@ -26,6 +26,7 @@
;;;; Requirements
(require 'cl-lib)
+(require 'json)
(require 'map)
(require 'listen-lib)
@@ -224,8 +225,6 @@ Stops playing, clears playlist, adds FILE, and plays it."
"Return length of PLAYER's track in seconds."
(listen-player-duration player))
-(require 'json)
-
(cl-defmethod listen--send ((player listen-player-mpv) command &rest args)
"Send COMMAND to PLAYER and return request ID."
(listen--ensure player)