Author: bklaas
Date: Fri Feb  1 14:22:11 2008
New Revision: 1757

URL: http://svn.slimdevices.com?rev=1757&root=Jive&view=rev
Log:
Bug: 6839
Description: use gd format for iconId artwork thumbs

Modified:
    branches/7.0/jive/src/pkg/jive/share/jive/slim/Player.lua

Modified: branches/7.0/jive/src/pkg/jive/share/jive/slim/Player.lua
URL: 
http://svn.slimdevices.com/branches/7.0/jive/src/pkg/jive/share/jive/slim/Player.lua?rev=1757&root=Jive&r1=1756&r2=1757&view=diff
==============================================================================
--- branches/7.0/jive/src/pkg/jive/share/jive/slim/Player.lua (original)
+++ branches/7.0/jive/src/pkg/jive/share/jive/slim/Player.lua Fri Feb  1 
14:22:11 2008
@@ -756,7 +756,7 @@
         local resizeFrag = '_' .. size .. 'x' .. size .. '_p' -- 'p' is for 
padded
         if thisIsAnId then
                 -- we want a 56 pixel thumbnail if it wasn't specified
-                artworkUri = '/music/' .. iconId .. '/cover' .. resizeFrag .. 
'.png'
+                artworkUri = '/music/' .. iconId .. '/cover' .. resizeFrag .. 
'.gd'
        elseif string.match(iconId, '.png') then
                -- if this isn't a number, then we just want the path
                -- with server-side resizing

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to