Author: bklaas
Date: Mon Feb 4 13:46:43 2008
New Revision: 1791
URL: http://svn.slimdevices.com?rev=1791&root=Jive&view=rev
Log:
Bug: 6901
Description: trying to fix issue with NowPlaying not being functional under
certain circumstances
Modified:
branches/7.0/jive/src/pkg/jive/share/applets/NowPlaying/NowPlayingApplet.lua
Modified:
branches/7.0/jive/src/pkg/jive/share/applets/NowPlaying/NowPlayingApplet.lua
URL:
http://svn.slimdevices.com/branches/7.0/jive/src/pkg/jive/share/applets/NowPlaying/NowPlayingApplet.lua?rev=1791&root=Jive&r1=1790&r2=1791&view=diff
==============================================================================
---
branches/7.0/jive/src/pkg/jive/share/applets/NowPlaying/NowPlayingApplet.lua
(original)
+++
branches/7.0/jive/src/pkg/jive/share/applets/NowPlaying/NowPlayingApplet.lua
Mon Feb 4 13:46:43 2008
@@ -257,7 +257,7 @@
function _isThisPlayer(self, player)
- if not self.player then
+ if not self.player and not self.player:getId() then
local discovery =
appletManager:getAppletInstance("SlimDiscovery")
self.player = discovery:getCurrentPlayer()
end
@@ -822,7 +822,7 @@
{
padding = { 0, 0, 0, 25 },
text = {
- padding = { 8, 0, 8, 25 },
+ padding = { 0, 0, 0, 25 },
}
}
)
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins