Author: titmuss
Date: Wed Oct 22 02:19:03 2008
New Revision: 3182

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


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

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=3182&root=Jive&r1=3181&r2=3182&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 Wed Oct 22 
02:19:03 2008
@@ -202,6 +202,7 @@
        -- Only create one player object per id. This avoids duplicates
        -- when moving between servers
 
+       playerId = string.lower(playerId)
        if playerIds[playerId] then
                return playerIds[playerId]
        end

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

Reply via email to