Author: bklaas
Date: Wed Jul 2 10:30:58 2008
New Revision: 2656
URL: http://svn.slimdevices.com?rev=2656&root=Jive&view=rev
Log:
Bug: n/a
Description: fix playerPlaylistChange notification. Comparsion variables were
incorrect.
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=2656&root=Jive&r1=2655&r2=2656&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 Wed Jul 2
10:30:58 2008
@@ -837,8 +837,7 @@
self.jnt:notify('playerTrackChange', self, nowPlaying)
end
- if self.playlist_timestamp ~= timestamp then
- self.playlist_timestamp = timestamp
+ if self.state.playlist_timestamp ~= oldState.playlist_timestamp then
self.jnt:notify('playerPlaylistChange', self)
end
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins