diff options
-rwxr-xr-x | omptagger | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ class Datum case File.extname(filename) when '.flac' type = FLAC - when '.ogg' + when '.ogg', '.oga' type = Vorbis when '.mp3' type = MP3 |