diff options
-rw-r--r-- | emms.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -270,7 +270,7 @@ This is a good function to put in `emms-player-finished-hook'." (interactive) (when emms-player-playing-p (emms-stop)) - (emms-playlist-select-random) + (emms-playlist-current-select-random) (emms-start)) (defun emms-pause () |