Use fanart.tv for artist image

last.fm no longer allows access to artist images. Get artist image from fanart.tv  instead
This commit is contained in:
AdeHub
2019-07-14 19:57:40 +12:00
parent b49cd8a813
commit 14bef1e63d
2 changed files with 110 additions and 27 deletions

View File

@@ -36,7 +36,7 @@
"aTargets": [0],
"mData":"ArtistID",
"mRender": function ( data, type, full ) {
return '<div id="artistImg"><img class="albumArt" alt="" id="'+ data + '" data-src="artwork/thumbs/artist/' + data + '"/></div>';
return '<div id="artistImg"><img class="albumArt" height="50" width="50" alt="" id="'+ data + '" data-src="artwork/thumbs/artist/' + data + '"/></div>';
}
},
{