diff options
| -rw-r--r-- | emms-streams.el | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/emms-streams.el b/emms-streams.el index 73c0a27..711ad6f 100644 --- a/emms-streams.el +++ b/emms-streams.el @@ -586,6 +586,8 @@ Don't forget to save your modifications !"    (run-hooks 'emms-stream-quit-hook))  (defun emms-stream-toggle-default-action () +"Toggle between adding to the current active playlist or play +right now (and thus erase the current active playlist)."    (interactive)    (if (string= emms-stream-default-action "play")        (progn | 
