--- ../Slim/Music/Info.pm 2005-06-10 12:56:56.875000000 -0700 +++ Slim/Music/Info.pm 2005-06-10 13:18:31.421875000 -0700 @@ -462,6 +462,7 @@ sub elemLookup { my $discCount = $infoHashref->{"DISCC"}; return undef if defined $discCount and $discCount == 1; } + return undef if defined $infoHashref->{$element} and Slim::Utils::Strings::stringExists("NO_".$element) and $infoHashref->{$element} eq string("NO_".$element); return $infoHashref->{$element}; }