diff options
-rw-r--r-- | emms-playlist-mode.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el index 21e782e..a71e577 100644 --- a/emms-playlist-mode.el +++ b/emms-playlist-mode.el @@ -184,6 +184,8 @@ FUN should be a function." "Start playing track at point." (interactive) (emms-playlist-set-playlist-buffer) + (unless (emms-playlist-track-at (point)) + (emms-playlist-next)) (emms-playlist-select (point)) (when emms-player-playing-p (emms-stop)) |