Bugzilla – Bug 4450
With the Nokia770 skin, the genre hyperlink on the track info page doesn't filter by genre
Last modified: 2006-11-01 01:43:36 UTC
This is with SlimServer v6.5.1 - 10511 - Windows XP - EN - cp1252; Perl v5.8.8 MSWin32-x86-multi-thread; MySQL v5.0.22-community-nt. With the Nokia770 skin, the track information page has a genre hyperlink. Following this link doesn't show all artists within that genre, but instead all artists for all genres (effectively, browse artists). For example, the track info page genre link might be: http://servername:9000/Nokia770/browsedb.html?hierarchy=contributor,album,track&level=0&genre=3&player=playername The genre link on the now playing page does work is: http://servername:9000/Nokia770/browsedb.html?hierarchy=genre,contributor,album,track&level=1&genre.id=3&player=playername The track info page genre link for Default works too: http://servername:9000/browsedb.html?hierarchy=genre,contributor,album,track&level=1&genre.id=3&player=playername Thanks.
Created attachment 1680 [details] use genre.id
does this mean you want me to do the checkin? for trivial changes like this, I have no issue with someone else checking in a fix.
proper fix committed to trunk at change 10528, and into the branch at 10529 since it's a safe fix.
is ok. The original patch wasn't correct anyway, but the original reason was that I wasn't going to have time to test before I went off to work, and unable to commmit. I decided to take a quick test and deal with it after all.
ack....and that was change 10529 and change 10530 :)
Talk about quick fixing. Looks good to me. Thanks.