Remove the concept of the album image, always use a random image
[Sone.git] / src / main / resources / templates / include / browseAlbums.html
index a22505f..9aacad3 100644 (file)
@@ -8,7 +8,7 @@
                                <%ifnull album.albumImage>
                                        <img src="images/unknown-image-0.png" width="333" height="250" alt="<% album.title|html>" title="<% album.title|html>" style="position: relative; top: 0px; left: -41px;" />
                                <%else><!-- TODO -->
-                                       <% album.randomImage|image-link max-width==250 max-height==250 mode==enlarge title=album.title>
+                                       <% album.albumImage|image-link max-width==250 max-height==250 mode==enlarge title=album.title>
                                <%/if>
                        </a>
                </div>