aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emms.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/emms.el b/emms.el
index 3f93a23..7fd380c 100644
--- a/emms.el
+++ b/emms.el
@@ -208,7 +208,9 @@ This is a good function to put in `emms-player-finished-hook'."
(cond (emms-repeat-track
(emms-start))
((condition-case nil
- (emms-playlist-select-next)
+ (progn
+ (emms-playlist-select-next)
+ t)
(t nil))
(emms-start))
(t