From bbe2a14bed9716e6a6e16c281c85b305bd247cff Mon Sep 17 00:00:00 2001
From: Yuchen Pei <hi@ypei.me>
Date: Tue, 24 Aug 2021 21:43:24 +1000
Subject: Removing an infinite loop enabling emms-playing-time-display-mode.

---
 emms-playing-time.el | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/emms-playing-time.el b/emms-playing-time.el
index c52d13a..e2a02fb 100644
--- a/emms-playing-time.el
+++ b/emms-playing-time.el
@@ -161,11 +161,7 @@ could call `emms-playing-time-enable-display' and
 ;;;###autoload
 (define-minor-mode emms-playing-time-display-mode
   "Minor mode to display playing time on mode line."
-  :global t
-  ;; When disabling the mode, don't disable `emms-playing-time-display-mode'
-  ;; since that may be used by other packages.
-  (if emms-playing-time-display-mode
-      (emms-playing-time-display-mode 1)))
+  :global t)
 
 ;;;###autoload
 (defun emms-playing-time-enable-display ()
-- 
cgit v1.2.3