id3fs-index: update usage and man page
[id3fs.git] / lib / ID3FS / AudioFile / Mp3.pm
index 12d6d68..b3f7bf8 100644 (file)
@@ -61,6 +61,7 @@ sub album     { shift->choose("album");  }
 sub year      { shift->choose("year");   }
 sub audiotype { return "mp3";            }
 sub haspic    { return undef;            } # FIXME
+
 sub v1genre
 {
     my($self)=@_;