PathElement::*: implement id() method
[id3fs.git] / lib / ID3FS / PathElement / Album.pm
index 9826fd1..8eed935 100644 (file)
@@ -18,5 +18,5 @@ sub new
 }
 
 sub type { return "album"; }
-
+sub id { return shift->{id}; }
 1;