Author: titmuss
Date: Mon Apr  7 06:11:55 2008
New Revision: 2174

URL: http://svn.slimdevices.com?rev=2174&root=Jive&view=rev
Log:
Bug: 7666
Description:
When entering accelerated mode the artwork cache was incorrectly cleared. This 
meant 
that some artwork was never displayed, until the Controller was rebooted.


Modified:
    trunk/squeezeplay/src/squeezeplay/share/jive/slim/SlimServer.lua

Modified: trunk/squeezeplay/src/squeezeplay/share/jive/slim/SlimServer.lua
URL: 
http://svn.slimdevices.com/trunk/squeezeplay/src/squeezeplay/share/jive/slim/SlimServer.lua?rev=2174&root=Jive&r1=2173&r2=2174&view=diff
==============================================================================
--- trunk/squeezeplay/src/squeezeplay/share/jive/slim/SlimServer.lua (original)
+++ trunk/squeezeplay/src/squeezeplay/share/jive/slim/SlimServer.lua Mon Apr  7 
06:11:55 2008
@@ -641,7 +641,7 @@
 function cancelAllArtwork(self, icon)
 
        for i, entry in ipairs(self.artworkFetchQueue) do
-               local cacheKey = entry.key .. "@" .. entry.size
+               local cacheKey = entry.key
 
                -- release cache marker
                self.artworkCache:set(cacheKey, nil)

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

Reply via email to