• Resolved egar

    (@egar)


    Hi,

    Recently updated your plugin to the latest version. Since then I have issues with showing cover art for any of the album settings. I’ve tried all other settings and they show cover art with out any issues.

    Do any other users any issues with this?

    Cheers!
    Jarno

    http://wordpress.org/extend/plugins/lastfm-records/

Viewing 3 replies - 1 through 3 (of 3 total)
  • open last.fm.records.js in the plugin folder
    go to line 208:
    _data = _data.topalbums.album;
    add new line below and add:
    break;

    Should look similar to this:

    case 'topalbums12month':
    _data = _data.topalbums.album;
    break;
    case 'topartists':

    Hope this helps!

    Plugin Author jeroensmeets

    (@jeroensmeets)

    What a great help you are, nszumowski — thanks! Your bugfix is in version 1.7.4 that’s out now.

    glad to help, love this plugin!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No covers shown with album settings’ is closed to new replies.