From 83674afb2fc90422fd0f9b0c145723c71fd7d4d1 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 3 Sep 2022 03:40:20 +0100 Subject: jao-mpc: fix for end-of-album detection and nits --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 215fed5..7d6d9c3 100644 --- a/init.el +++ b/init.el @@ -3143,8 +3143,8 @@ (jao-mpc-setup jao-mopidy-port (if jao-modeline-in-minibuffer -10 70)) (defun jao-mpc-pport (&optional mop) - (cond ((or mop (jao-mpc--playing-p jao-mopidy-port)) jao-mopidy-port) - ((jao-mpc--playing-p) 6600) + (cond ((or mop (jao-mpc-playing-p jao-mopidy-port)) jao-mopidy-port) + ((jao-mpc-playing-p) 6600) (t jao-mpc-last-port))) (defmacro jao-defun-play (name &optional mpc-name) -- cgit v1.2.3