[Slim-Checkins] r11371 - /branches/6.5/server/HTML/EN/ajaxRequest.txt

bklaas at svn.slimdevices.com bklaas at svn.slimdevices.com
Thu Feb 8 21:01:12 PST 2007


Author: bklaas
Date: Thu Feb  8 21:01:11 2007
New Revision: 11371

URL: http://svn.slimdevices.com?rev=11371&view=rev
Log:
Bug #4701: use itemobj to get songtitle for status page

Modified:
    branches/6.5/server/HTML/EN/ajaxRequest.txt

Modified: branches/6.5/server/HTML/EN/ajaxRequest.txt
URL: http://svn.slimdevices.com/branches/6.5/server/HTML/EN/ajaxRequest.txt?rev=11371&r1=11370&r2=11371&view=diff
==============================================================================
--- branches/6.5/server/HTML/EN/ajaxRequest.txt (original)
+++ branches/6.5/server/HTML/EN/ajaxRequest.txt Thu Feb  8 21:01:11 2007
@@ -71,7 +71,7 @@
 
 [% IF page == 'status' %]
 # status page only
-songtitle|[% songtitle %]
+songtitle|[% itemobj.title %]
 [% IF itemobj.isRemoteURL %]streamtitle|[% songtitle %][% END %]
 artist|[% itemobj.artist.name %]
 album|[% itemobj.album.title %]



More information about the checkins mailing list