partially implement tagvals
[id3fs.git] / lib / ID3FS / PathElement / Boolean.pm
index baf80c6..9189cf8 100644 (file)
@@ -10,6 +10,7 @@ sub new
     my $self={};
     bless($self,$class);
 
+    $self->{db}=shift;
     $self->{name}=shift;
 
     return $self;