Index: server/Slim/Plugin/Podcast/Plugin.pm =================================================================== --- server/Slim/Plugin/Podcast/Plugin.pm (revision 16692) +++ server/Slim/Plugin/Podcast/Plugin.pm (working copy) @@ -53,7 +53,7 @@ [0, 1, 1, \&cliQuery]); Slim::Control::Request::addDispatch(['podcast', 'playlist', '_method' ], [1, 1, 1, \&cliQuery]); - $cli_next=Slim::Control::Request::addDispatch(['radios', '_index', '_quantity' ], + $cli_next=Slim::Control::Request::addDispatch(['extras', '_index', '_quantity' ], [0, 1, 1, \&cliRadiosQuery]); if ($log->is_debug) { @@ -193,7 +193,7 @@ } # let our super duper function do all the hard work - Slim::Control::Queries::dynamicAutoQuery($request, 'radios', $cli_next, $data); + Slim::Control::Queries::dynamicAutoQuery($request, 'extras', $cli_next, $data); } # Update the hashref of podcast feeds for use with the web UI Index: server/Slim/Plugin/Sounds/Plugin.pm =================================================================== --- server/Slim/Plugin/Sounds/Plugin.pm (revision 16692) +++ server/Slim/Plugin/Sounds/Plugin.pm (working copy) @@ -21,7 +21,7 @@ $class->SUPER::initPlugin( feed => Slim::Networking::SqueezeNetwork->url( '/api/sounds/v1/opml' ), tag => 'sounds', - menu => 'plugins', + menu => 'extras', ); }