[Slim-Checkins] r33938 - /7.8/trunk/server/Slim/Control/Jive.pm
[email protected] Tue, 17 Apr 2012 14:08:23 -0000
| Newsgroups | gmane.music.equipment.slimdevices.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mherger
Date: Tue Apr 17 07:08:22 2012
New Revision: 33938
URL: http://svn.slimdevices.com/slim?rev=33938&view=rev
Log:
Bug: n/a
Description: make sure we remove the signup menu item if no longer needed
Modified:
7.8/trunk/server/Slim/Control/Jive.pm
Modified: 7.8/trunk/server/Slim/Control/Jive.pm
URL: http://svn.slimdevices.com/slim/7.8/trunk/server/Slim/Control/Jive.pm?rev=33938&r1=33937&r2=33938&view=diff
==============================================================================
--- 7.8/trunk/server/Slim/Control/Jive.pm (original)
+++ 7.8/trunk/server/Slim/Control/Jive.pm Tue Apr 17 07:08:22 2012
@@ -1632,7 +1632,9 @@
},
};
}
-
+ elsif ( main::SLIM_SERVICE ) {
+ _notifyJive([ { id => 'registerPlayer' } ], $client, 'remove');
+ }
if ($batch) {
return \@menu;