From f99a5002cb1aa8791a88c06dec21ecb3b4a15eea Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Tue, 1 Feb 2011 20:45:49 -0500 Subject: * lisp/emms-lastfm-client.el: Add support for PNG files. --- lisp/emms-lastfm-client.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emms-lastfm-client.el') 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 -- cgit v1.2.3