Index: Plugins/iTunes.pm =================================================================== --- Plugins/iTunes.pm (revision 3624) +++ Plugins/iTunes.pm (working copy) @@ -204,6 +204,12 @@ # what we want. That needs to be set when we're really done scanning. checker($initialized); + my $ds = Slim::Music::Info::getCurrentDataStore(); + my $podcast = $ds->find('playlist', { + 'url' => [ qw(itunesplaylist:podcasts*) ], + },); + Slim::Web::Pages::addLinks("browse",{'ITUNES_PODCASTS' => "browsedb.html?hierarchy=playlist,playlistTrack&level=1&playlist=".@$podcast[0]->id()}); + return 1; } @@ -1255,7 +1261,10 @@ } sub strings { - return ''; + return ' +ITUNES_PODCASTS + EN iTunes Podcasts + '; } 1;