Author: titmuss
Date: Wed Oct 22 02:06:36 2008
New Revision: 3181

URL: http://svn.slimdevices.com?rev=3181&root=Jive&view=rev
Log:
Bug: N/A
Description:
Make sure the player id (mac address) is normalized to lower case.


Modified:
    7.3/trunk/squeezeplay/src/squeezeplay/share/jive/slim/LocalPlayer.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=3181&root=Jive&r1=3180&r2=3181&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 Wed 
Oct 22 02:06:36 2008
@@ -30,8 +30,8 @@
        ["SqueezePlay"] = 12,
 }
 
-function __init(self, jnt, id, uuid)
-       local obj = oo.rawnew(self, Player(jnt, id))
+function __init(self, jnt, playerId, uuid)
+       local obj = oo.rawnew(self, Player(jnt, playerId))
 
        local deviceid = device2id[DEVICE_MODEL]
        assert(deviceid)
@@ -40,7 +40,7 @@
                opcode = "HELO",
                deviceID = deviceid,
                revision = 0,
-               mac = id,
+               mac = obj.id,
                uuid = uuid,
        })
        obj.playback = Playback(jnt, obj.slimproto)

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

Reply via email to