To make sure that it's not my code that causes the problem i used the init routine of the HelloWorld plugin. When issuing a search for a playlist by name:Code: -------------------- sub initPlugin { my $class = shift; myDebug("Initializing the plugin"); my ($testrequest); $testrequest = Slim::Control::Request::executeRequest('', ['playlists', 0, 1, 'search:testlist']);
Your initPlugin method might be called before the FTS plugin is initialized. Use the postinitPlugin sub instead.
-- Michael _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
