Author: bklaas
Date: Fri Oct  3 21:30:33 2008
New Revision: 3071

URL: http://svn.slimdevices.com?rev=3071&root=Jive&view=rev
Log:
Bug: 9639
Description: add getModel method to player class.

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=3071&root=Jive&r1=3070&r2=3071&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 Fri Oct  3 
21:30:33 2008
@@ -505,6 +505,18 @@
 
 --[[
 
+=head2 jive.slim.Player:getModel()
+
+returns the model of player
+
+=cut
+--]]
+function getModel(self)
+       return self.info.model
+end
+
+--[[
+
 =head2 jive.slim.Player:getPlaylistTimestamp()
 
 returns the playlist timestamp for a given player object

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

Reply via email to