Playlist number starts at 1
This commit is contained in:
parent
b17f0abbab
commit
1dabcb7d52
1 changed files with 1 additions and 1 deletions
2
empc.el
2
empc.el
|
|
@ -89,7 +89,7 @@ return at the end of a request.")
|
|||
|
||||
(defun empc-echo-song (song)
|
||||
"Notify SONG."
|
||||
(empc-echo-notify (concat "[" (int-to-string (plist-get song :pos)) "/" (int-to-string (plist-get empc-current-status :playlistlength)) "] "
|
||||
(empc-echo-notify (concat "[" (int-to-string (+ (plist-get song :pos) 1)) "/" (int-to-string (plist-get empc-current-status :playlistlength)) "] "
|
||||
(plist-get song :artist) " - " (plist-get song :title))))
|
||||
|
||||
(defun empc-make-modeline ()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue