Index: HTML/EN/hreftemplate
===================================================================
--- HTML/EN/hreftemplate (revision 17599)
+++ HTML/EN/hreftemplate (working copy)
@@ -134,7 +134,7 @@
[%# this is the href to the songinfo for item %]
[% BLOCK songinfoItemHRef -%]
-href="[% webroot %]songinfo.html?item=[% item.itemobj.id %]&player=[% playerURI %]&hierarchy=[% hierarchy %]&level=[% level %]&orderBy=[% orderBy %]&album.id=[% item.itemobj.album.id %]&year.id=[% item.year %][% IF artwork || artwork == 0 %]&artwork=[% artwork %][% END %]&genre.id=[% item.itemobj.genre.id %]&contributor.id=[% item.itemobj.artist.id %]"
+href="[% webroot %]songinfo.html?item=[% item.itemobj.id %]&player=[% playerURI %]"
[%- END %]
[%# this is the href to the cover art for item %]
Index: Slim/Web/Pages/BrowseDB.pm
===================================================================
--- Slim/Web/Pages/BrowseDB.pm (revision 17599)
+++ Slim/Web/Pages/BrowseDB.pm (working copy)
@@ -224,7 +224,9 @@
{
$params->{'pwd_list'}->[0] = {
- 'title' => string('SONG_INFO')
+ title => string('SONG_INFO'),
+ hreftype => 'songinfo',
+ itemobj => { id => $params->{'item'}},
}
}