Index: /Users/mh/Documents/workspace/trunk/server/Slim/Web/Pages/Home.pm =================================================================== --- /Users/mh/Documents/workspace/trunk/server/Slim/Web/Pages/Home.pm (revision 12968) +++ /Users/mh/Documents/workspace/trunk/server/Slim/Web/Pages/Home.pm (working copy) @@ -106,7 +106,7 @@ # More leakage from the DigitalInput 'plugin' # # If our current player has digital inputs, show the menu. - if ($client) { + if ($client && Slim::Utils::PluginManager->isEnabled('Plugin::DigitalInput::Plugin')) { Slim::Plugin::DigitalInput::Plugin->webPages($client->hasDigitalIn); }