Author: ayoung
Date: Mon May 17 04:43:25 2010
New Revision: 8775

URL: http://svn.slimdevices.com/jive?rev=8775&view=rev
Log:
bug 16170: SB Radio Internet Radio streaming stops unexpectedly 
Once a player has been stopped after a reboot following a crash, unsubscribe 
from
playerNew notifications so that any such notifications generated as a result of 
subsequent Comet reconnections do not erroneously stop playback.  

Modified:
    
7.5/trunk/squeezeplay/src/squeezeplay_squeezeos/share/applets/CrashLog/CrashLogMeta.lua

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay_squeezeos/share/applets/CrashLog/CrashLogMeta.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay_squeezeos/share/applets/CrashLog/CrashLogMeta.lua?rev=8775&r1=8774&r2=8775&view=diff
==============================================================================
--- 
7.5/trunk/squeezeplay/src/squeezeplay_squeezeos/share/applets/CrashLog/CrashLogMeta.lua
 (original)
+++ 
7.5/trunk/squeezeplay/src/squeezeplay_squeezeos/share/applets/CrashLog/CrashLogMeta.lua
 Mon May 17 04:43:25 2010
@@ -80,6 +80,10 @@
        if player:isLocal() and player:getSlimServer() then
                log:info("crash log stopping player")
                player:stop()
+               
+               # Bug 16170: after initial stop we do not want to do this again
+               # after any Comet reconnect 
+               jnt:unsubscribe(meta)
        end
 end
 

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

Reply via email to