diff options
-rw-r--r-- | lisp/emms-lastfm-client.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms-lastfm-client.el b/lisp/emms-lastfm-client.el index 7e2f7ac..ee9b5ee 100644 --- a/lisp/emms-lastfm-client.el +++ b/lisp/emms-lastfm-client.el @@ -957,7 +957,7 @@ This function includes the cryptographic signature." (expand-file-name emms-lastfm-client-cache-directory)) (car (directory-files emms-lastfm-client-cache-directory - t ".jpg")))) + t ".\\(jpg\\|png\\)")))) (defun emms-lastfm-client-display-artist-getinfo (artist-name lastfm-url |