Fixed: Missing MediaInfo doesn't block import anymore

pull/6/head
Keivan Beigi 10 years ago
parent 1b6f684522
commit f684d2f0d7

@ -113,7 +113,6 @@ namespace NzbDrone.Core.MediaFiles.MediaInfo
catch (DllNotFoundException ex)
{
_logger.ErrorException("mediainfo is required but was not found", ex);
throw;
}
catch (Exception ex)
{

Loading…
Cancel
Save