http_root won't work with absolute album artwork path

This commit is contained in:
Joe McWilliams
2012-10-08 18:11:21 -04:00
parent a57167f3c0
commit 6bd5d8d40b
5 changed files with 6 additions and 6 deletions

View File

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