diff options
-rw-r--r-- | emms-lastfm.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emms-lastfm.el b/emms-lastfm.el index 3f16f8c..402021e 100644 --- a/emms-lastfm.el +++ b/emms-lastfm.el @@ -174,9 +174,9 @@ well or if an error occured." (message "EMMS: Wrong username.")))) (when (string-match "UPDATE" response) (message "EMMS: There's a new last.fm plugin version.")) - (next-line) + (forward-line) (setq emms-lastfm-md5-challenge (read-line)) - (next-line) + (forward-line) (setq emms-lastfm-submit-url (read-line)) (message "EMMS: Handshaking with server done."))))) |