diff options
| author | Yoni Rabkin <yoni@rabkins.net> | 2011-02-01 20:45:49 -0500 | 
|---|---|---|
| committer | Yoni Rabkin <yoni@rabkins.net> | 2011-02-01 20:45:49 -0500 | 
| commit | f99a5002cb1aa8791a88c06dec21ecb3b4a15eea (patch) | |
| tree | 66a9a639899d8089d00096c5c4dde72dd6eb5b98 | |
| parent | f505c6940725103c122adf9eded90d381f971a26 (diff) | |
* lisp/emms-lastfm-client.el: Add support for PNG files.
| -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  | 
