PathElement::*: implement id() method
[id3fs.git] / lib / ID3FS / PathElement / Tagval.pm
index 3b2a77b..33ed3f8 100644 (file)
@@ -18,5 +18,6 @@ sub new
 }
 
 sub type { return "tagval"; }
+sub id { return shift->{id}; }
 
 1;