partially implement booleans
[id3fs.git] / lib / ID3FS / PathElement / Artist.pm
index 9a6c669..80f5cec 100644 (file)
@@ -15,4 +15,6 @@ sub new
     return $self;
 }
 
+sub type { return "artist"; }
+
 1;