PathElement::*: implement id() method
[id3fs.git] / lib / ID3FS / PathElement / Tag.pm
index 19c3378..3ddb659 100644 (file)
@@ -19,5 +19,6 @@ sub new
 }
 
 sub type { return "tag"; }
+sub id { return shift->{id}; }
 
 1;