Author: titmuss
Date: Fri Jun 27 12:30:36 2008
New Revision: 2637

URL: http://svn.slimdevices.com?rev=2637&root=Jive&view=rev
Log:
Bug: N/A
Description:
Fix firmware updates. When the Controller was rebooted the player notifications 
were sent 
correctly.


Modified:
    
7.1/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeMeta.lua

Modified: 
7.1/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeMeta.lua
URL: 
http://svn.slimdevices.com/7.1/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeMeta.lua?rev=2637&root=Jive&r1=2636&r2=2637&view=diff
==============================================================================
--- 
7.1/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeMeta.lua
 (original)
+++ 
7.1/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeMeta.lua
 Fri Jun 27 12:30:36 2008
@@ -48,9 +48,9 @@
 
 
 function notify_playerCurrent(meta, player)
-       if not player or meta.player == player then
-               return
-       end
+       -- FIXME
+       -- if the player remains the same we need to resubscribe. This should
+       -- not be needed when the player subscription bug 8587 is fixed.
 
        if meta.player then
                meta.player:unsubscribe('/slim/firmwarestatus/' .. 
meta.player:getId())

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

Reply via email to