disable filters again
authorIan Beckwith <ianb@erislabs.net>
Mon, 18 Oct 2010 14:24:07 +0000 (15:24 +0100)
committerIan Beckwith <ianb@erislabs.net>
Mon, 18 Oct 2010 14:24:07 +0000 (15:24 +0100)
lib/ID3FS/Path.pm

index 12a90ad..b5c8083 100644 (file)
@@ -780,6 +780,8 @@ sub constraints_tag_list
 sub filter
 {
     my($self, @dirs)=@_;
+    # FIXME: disabled - too slow
+    return @dirs;
     my $base=$self->{path};
     my @outdirs=();
     for my $dir (@dirs)