key albums off artists too (otherwise we get dylan's unplugged in radiohead's unplugg...
[id3fs.git] / lib / ID3FS / Path.pm
index 3440780..076b6ca 100644 (file)
@@ -225,7 +225,6 @@ sub parse
                else
                {
                    my $album=ID3FS::PathElement::Album->new($self->{db}, $name);
-                   push(@{$self->{elements}}, $album);
                    if($album)
                    {
                        push(@{$self->{elements}}, $album);