mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-02 09:49:36 +01:00
Fixed call to Artist['ArtistID'] in the upcoming page on brink interface
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
</td>
|
||||
|
||||
<td id="artistname">
|
||||
<a href="artistPage?ArtistID=${artist['ArtistID']}">
|
||||
<a href="artistPage?ArtistID=${album['ArtistID']}">
|
||||
${album['ArtistName']}
|
||||
</a>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user