emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/emms 4041ea6cf7 1/3: * emms-player-mpv.el: fix stray ta


From: ELPA Syncer
Subject: [elpa] externals/emms 4041ea6cf7 1/3: * emms-player-mpv.el: fix stray tab characters
Date: Mon, 31 Jan 2022 00:57:32 -0500 (EST)

branch: externals/emms
commit 4041ea6cf717588bbfc0de8e0b7023c341555ef1
Author: Mike Kazantsev <mk.fraggod@gmail.com>
Commit: fraggod@malediction <mk.fraggod@gmail.com>

    * emms-player-mpv.el: fix stray tab characters
---
 emms-player-mpv.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/emms-player-mpv.el b/emms-player-mpv.el
index b2bb8c13e7..f56c0edfa4 100644
--- a/emms-player-mpv.el
+++ b/emms-player-mpv.el
@@ -695,8 +695,8 @@ thing as these hooks."
   (pcase (alist-get 'event json-data)
     ("playback-restart"
      ;; Separate emms-player-mpv-proc-playing state is used for emms 
started/stopped signals,
-     ;;        because start-file/end-file are also emitted after track-change 
and for playlists,
-     ;;        and don't correspond to actual playback state.
+     ;;  because start-file/end-file are also emitted after track-change and 
for playlists,
+     ;;  and don't correspond to actual playback state.
      (unless (emms-player-mpv-proc-playing-p)
        (emms-player-mpv-proc-playing t)
        (emms-player-started emms-player-mpv))
@@ -771,8 +771,8 @@ metadata from mpv."
     (set-track-info track
                     title (or (key title)
                               (and (not (string= "" (key icy-title)))
-                                  (key icy-title))
-                             (key icy-name))
+                                   (key icy-title))
+                              (key icy-name))
                     artist (or (key artist)
                                (key album_artist)
                                (key icy-name))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]