Author: awy
Date: Tue Apr 22 09:50:34 2008
New Revision: 2315

URL: http://svn.slimdevices.com?rev=2315&root=Jive&view=rev
Log:
Support seeking for remote tracks.

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=2315&root=Jive&r1=2314&r2=2315&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 Apr 22 
09:50:34 2008
@@ -997,7 +997,7 @@
 -- isTrackSeekable
 -- Try to work out if SC can seek in this track - only really a guess
 function isTrackSeekable(self)
-       return self.trackDuration and not self.state.remote
+       return self.trackDuration and self.state["can_seek"]
 end
 
 -- mute

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

Reply via email to