Bugzilla – Bug 5312
gallery browse does not work in Touch/Nokia770 for Album
Last modified: 2007-08-27 08:40:16 UTC
cover art browse non-functional in Albums view. Works under New Music and Artists->Artist.
link in home.html has the artwork=0 param, which forces list view only. remove it and it then follows the cookie for the gallery view setting. Index: HTML/Nokia770/home.html =================================================================== --- HTML/Nokia770/home.html (revision 12735) +++ HTML/Nokia770/home.html (working copy) @@ -251,7 +251,7 @@ [% BLOCK albums %] [% INCLUDE link_head %] - <a href="[% webroot %][% additionalLinks.browse.BROWSE_BY_ALBUM %]&player=[% playerURI %]&artwork=0" style="text-decoration:none"> + <a href="[% webroot %][% additionalLinks.browse.BROWSE_BY_ALBUM %]&player=[% playerURI %]" style="text-decoration:none"> <img src="html/images/smaller/album.gif" width="120" height="101" name="bild6" border="0" alt = 'album'></a> [% INCLUDE link_foot title = 'ALBUMS' %] [% END %]
fixed r12737