flac/ogg: allow any case for comment names, files in the wild seem to have Genre...
[id3fs.git] / lib / ID3FS / File.pm
index 9aa26c4..91462ba 100644 (file)
@@ -23,7 +23,7 @@ sub new
     }
     elsif($ext eq "flac")
     {
-       return ID3FS::File::Ogg->new($path);
+       return ID3FS::File::Flac->new($path);
     }
     else
     {