jwynn6 3 weeks ago committed by GitHub
commit f8deff7a89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -39,6 +39,7 @@ namespace NzbDrone.Core.MediaFiles
{ ".ogg", Quality.MP3 },
{ ".oga", Quality.MP3 },
{ ".vorbis", Quality.MP3 },
{ ".opus", Quality.MP3 },
};
}

Loading…
Cancel
Save