PathElement::*: implement id() method
[id3fs.git] / lib / ID3FS / PathElement / Artist.pm
index a0bc50b..55fde54 100644 (file)
@@ -18,5 +18,6 @@ sub new
 }
 
 sub type { return "artist"; }
+sub id { return shift->{id}; }
 
 1;