Author: titmuss
Date: Thu Nov 20 02:20:03 2008
New Revision: 3410

URL: http://svn.slimdevices.com?rev=3410&root=Jive&view=rev
Log:
Bug: N/A
Description:
This failed to load on jive due to loops, not sure why it worked on the desktop.


Modified:
    7.3/trunk/squeezeplay/src/squeezeplay/share/jive/slim/LocalPlayer.lua
    7.3/trunk/squeezeplay/src/squeezeplay/share/jive/slim/Player.lua

Modified: 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/slim/LocalPlayer.lua
URL: 
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay/share/jive/slim/LocalPlayer.lua?rev=3410&root=Jive&r1=3409&r2=3410&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/slim/LocalPlayer.lua 
(original)
+++ 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/slim/LocalPlayer.lua Thu 
Nov 20 02:20:03 2008
@@ -92,6 +92,11 @@
 end
 
 
+function isLocal(self)
+       return true
+end
+
+
 function needsNetworkConfig(self)
        return false
 end

Modified: 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/slim/Player.lua
URL: 
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay/share/jive/slim/Player.lua?rev=3410&root=Jive&r1=3409&r2=3410&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/slim/Player.lua (original)
+++ 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/slim/Player.lua Thu Nov 20 
02:20:03 2008
@@ -77,7 +77,6 @@
 
 -- we must load these after the module declartion to avoid dependancy loops
 local SlimServer     = require("jive.slim.SlimServer")
-local LocalPlayer    = require("jive.slim.LocalPlayer")
 
 
 local DEVICE_IDS = {
@@ -134,10 +133,6 @@
 
 -- class method, returns whether the player is local 
 function isLocal(self)
-       if oo.instanceof(self, LocalPlayer) then
-               return true
-       end
-
        return false
 end
 

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

Reply via email to