Author: andy
Date: Sun Feb  3 10:55:45 2008
New Revision: 1764

URL: http://svn.slimdevices.com?rev=1764&root=Jive&view=rev
Log:
Add player name to SN playerRegister call so SN can create the player with the 
correct name

Modified:
    
branches/7.0/jive/src/pkg/jive/share/applets/ChooseMusicSource/ChooseMusicSourceApplet.lua

Modified: 
branches/7.0/jive/src/pkg/jive/share/applets/ChooseMusicSource/ChooseMusicSourceApplet.lua
URL: 
http://svn.slimdevices.com/branches/7.0/jive/src/pkg/jive/share/applets/ChooseMusicSource/ChooseMusicSourceApplet.lua?rev=1764&root=Jive&r1=1763&r2=1764&view=diff
==============================================================================
--- 
branches/7.0/jive/src/pkg/jive/share/applets/ChooseMusicSource/ChooseMusicSourceApplet.lua
 (original)
+++ 
branches/7.0/jive/src/pkg/jive/share/applets/ChooseMusicSource/ChooseMusicSourceApplet.lua
 Sun Feb  3 10:55:45 2008
@@ -317,7 +317,7 @@
        -- make sure the player is linked on SqueezeNetwork, this may return an
        -- error if the player can't be linked, for example it is linked to 
another
        -- account already.
-       local cmd = { 'playerRegister', player:getUuid(), player:getId() }
+       local cmd = { 'playerRegister', player:getUuid(), player:getId(), 
player:getName() }
 
        local playerRegisterSink = function(chunk, err)
                if chunk.error then

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

Reply via email to