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
+1 -1
View File
@@ -51,7 +51,7 @@
<div class="table_wrapper">
<div id="albumheader" class="clearfix">
<div id="albumImg">
<img height="200" alt="" class="albumArt" src="/artwork/album/${album['AlbumID']}">
<img height="200" alt="" class="albumArt" src="artwork/album/${album['AlbumID']}">
</div>
<h1><a href="http://musicbrainz.org/release-group/${album['AlbumID']}">${album['AlbumTitle']}</a></h1>