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.