Index: HTML/Nokia770/browsedb.html
===================================================================
--- HTML/Nokia770/browsedb.html (revision 11102)
+++ HTML/Nokia770/browsedb.html (working copy)
@@ -69,7 +69,7 @@
- 
+
|
[% END %]
Index: HTML/Nokia770/status.js
===================================================================
--- HTML/Nokia770/status.js (revision 11102)
+++ HTML/Nokia770/status.js (working copy)
@@ -277,7 +277,7 @@
if (parsedData['coverartpath'].match('cover') || parsedData['coverartpath'].match('radio')) {
coverPath = parsedData['coverartpath'];
} else {
- coverPath = '/music/'+parsedData['coverartpath']+'/cover.jpg';
+ coverPath = '/music/'+parsedData['coverartpath']+'/thumb_190x190_f_000000.jpg';
}
$('coverartpath').src = coverPath;
}
|