X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FID3FS%2FPathElement%2FArtist.pm;h=80f5cec52775538249c1f789eb9edc290f6655f7;hb=167bfd767f228c2351f567c5f36b270ea5c25550;hp=9a6c6695cd40caee3deb15826d6a78404fead81e;hpb=c22855a1c82add5238b01fd0aa0f111a0befa24b;p=id3fs.git diff --git a/lib/ID3FS/PathElement/Artist.pm b/lib/ID3FS/PathElement/Artist.pm index 9a6c669..80f5cec 100644 --- a/lib/ID3FS/PathElement/Artist.pm +++ b/lib/ID3FS/PathElement/Artist.pm @@ -15,4 +15,6 @@ sub new return $self; } +sub type { return "artist"; } + 1;