X-Git-Url: http://erislabs.net/gitweb/?p=id3fs.git;a=blobdiff_plain;f=lib%2FID3FS%2FPathElement%2FFile.pm;h=0db80e49b380b1da78dca88fd1cfead16434e262;hp=7a5a1c79e4fabb71d66cb5437d8620e796e878ad;hb=663546255b543715e86a8c578afa555c1803993f;hpb=573886d6fd0eb1cb1a9746c3276f98cc2a0f18e5 diff --git a/lib/ID3FS/PathElement/File.pm b/lib/ID3FS/PathElement/File.pm index 7a5a1c7..0db80e4 100644 --- a/lib/ID3FS/PathElement/File.pm +++ b/lib/ID3FS/PathElement/File.pm @@ -18,5 +18,6 @@ sub new } sub type { return "file"; } +sub id { return shift->{id}; } 1;