Author: titmuss
Date: Tue Jul 15 04:14:18 2008
New Revision: 2699

URL: http://svn.slimdevices.com?rev=2699&root=Jive&view=rev
Log:
Bug: 6684
Description:
Allow udap setup for TR and SB. This was added in SB3 fw 98 and TR fw 46.


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

Modified: 7.1/trunk/squeezeplay/src/squeezeplay/share/jive/slim/Player.lua
URL: 
http://svn.slimdevices.com/7.1/trunk/squeezeplay/src/squeezeplay/share/jive/slim/Player.lua?rev=2699&root=Jive&r1=2698&r2=2699&view=diff
==============================================================================
--- 7.1/trunk/squeezeplay/src/squeezeplay/share/jive/slim/Player.lua (original)
+++ 7.1/trunk/squeezeplay/src/squeezeplay/share/jive/slim/Player.lua Tue Jul 15 
04:14:18 2008
@@ -1138,7 +1138,9 @@
 
 -- returns true if this player supports udap setup
 function canUdap(self)
-       return self.info.model == "receiver"
+       return self.info.model == "squeezebox2"
+               or self.info.model == "receiver"
+               or self.info.model == "transporter"
 end
 
 

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

Reply via email to