Bugzilla – Bug 3771
Crash when backtracking Browse by Year hierarchy
Last modified: 2008-09-15 14:39:24 UTC
If you follow the Browse by Year hierarchy down to the album level, and then select Years in the breadcrumb trail, the server will crash. This is caused by the orderBy parameter in the url. You can similarly cause a crash by adding that parameter to the top level link to the browse by year, like so: http://slimserver:9000/browsedb.html?hierarchy=year,album,track&level=0&player=&orderBy=album.titlesort The orderBy is filled in on the way down by the sortBrowseArt pref.
Fixed in change 8485
I think this fix introduced another bug in the Browse Years crumbs. At the album level I get crumbs that look like: Home / Years / 2004 / Hang On Little Tomato / 2004 / Hang On Little Tomato
That's actually a different bug.
OK, filed as bug 3776.