[Slim-Checkins] r11867 - in /branches/6.5/server: Changelog6.html HTML/Nokia770/cmdwrappers

kdf at svn.slimdevices.com kdf at svn.slimdevices.com
Mon Apr 30 18:05:42 PDT 2007


Author: kdf
Date: Mon Apr 30 18:05:42 2007
New Revision: 11867

URL: http://svn.slimdevices.com?rev=11867&view=rev
Log:
Bug: 4950
Description: merge -r11865:11866 from trunk


Modified:
    branches/6.5/server/Changelog6.html
    branches/6.5/server/HTML/Nokia770/cmdwrappers

Modified: branches/6.5/server/Changelog6.html
URL: http://svn.slimdevices.com/branches/6.5/server/Changelog6.html?rev=11867&r1=11866&r2=11867&view=diff
==============================================================================
--- branches/6.5/server/Changelog6.html (original)
+++ branches/6.5/server/Changelog6.html Mon Apr 30 18:05:42 2007
@@ -55,6 +55,7 @@
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4924">#4924</a> - Nice to have: Up and Down buttons for PlayList on Dark skin</li>
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4926">#4926</a> - Mac Installer & Preference Pane still shows 6.5.1 should be 6.5.2</li>
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4940">#4940</a> - Error! url:[0] is empty or a track could not be read</li>
+		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4950">#4950</a> - Nokia770 song search results are missing album information and hyperlinks</li>
 	</ul>
 	<br />
 	<li>Other:

Modified: branches/6.5/server/HTML/Nokia770/cmdwrappers
URL: http://svn.slimdevices.com/branches/6.5/server/HTML/Nokia770/cmdwrappers?rev=11867&r1=11866&r2=11867&view=diff
==============================================================================
--- branches/6.5/server/HTML/Nokia770/cmdwrappers (original)
+++ branches/6.5/server/HTML/Nokia770/cmdwrappers Mon Apr 30 18:05:42 2007
@@ -179,7 +179,7 @@
 		<a [% PROCESS songinfoItemHRef %]>[% item.text | html %][% IF showYear && item.year %] ([% item.year %])[% END %]</a>
 [% IF verbose %]
                 [% "FROM" | string %]
-                <a href="[% webroot %]browsedb.html?hierarchy=album,track&level=1&album=[% item.album.id %]&player=[% playerURI %]">[% item.album.title | html %]</a>
+                <a href="[% webroot %]browsedb.html?hierarchy=album,track&level=1&album=[% item.itemobj.album.id %]&player=[% playerURI %]">[% item.itemobj.album.title | html %]</a>
 	[% PROCESS artistsAsHTML.html %]
 [% END %]
 [%# IF includeArtist && artist; PROCESS artistsAsHTML.html; END %]



More information about the checkins mailing list