mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-20 16:03:59 +01:00
http_root won't work with absolute album artwork path
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user