Index: server/Slim/Plugin/Podcast/Plugin.pm =================================================================== --- server/Slim/Plugin/Podcast/Plugin.pm (revision 15284) +++ server/Slim/Plugin/Podcast/Plugin.pm (working copy) @@ -2,7 +2,7 @@ # $Id$ -# Copyright 2005-2007 Logitech +# Copyright (c) 2005-2007 Logitech # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License, @@ -131,7 +131,7 @@ my $title = getDisplayName(); my $url = 'plugins/Podcast/index.html'; - Slim::Web::Pages->addPageLinks('radio', { $title => $url }); + Slim::Web::Pages->addPageLinks('plugins', { $title => $url }); Slim::Web::Pages->addPageLinks('icons', { $title => 'html/images/ServiceProviders/podcast.png' }); Slim::Web::HTTP::protectURI($url); Index: server/Slim/Utils/Prefs.pm =================================================================== --- server/Slim/Utils/Prefs.pm (revision 15284) +++ server/Slim/Utils/Prefs.pm (working copy) @@ -148,7 +148,7 @@ 'rank-PLUGIN_RADIOIO_MODULE_NAME' => 20, 'rank-PLUGIN_RADIOTIME_MODULE_NAME' => 15, 'rank-PLUGIN_LIVE365_MODULE_NAME' => 10, - 'rank-PLUGIN_SHOUTCAST_MODULE_NAME' => 5, + 'rank-PLUGIN_SHOUTCASTBROWSER_MODULE_NAME' => 5, # Music Services menu ordering 'rank-PLUGIN_PANDORA_MODULE_NAME' => 25, 'rank-PLUGIN_RHAPSODY_DIRECT_MODULE_NAME' => 20,