1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-07 06:52:35 +00:00

Fixed: Missing MediaInfo doesn't block import anymore

This commit is contained in:
Keivan Beigi 2014-10-13 10:37:11 -07:00
parent 1b6f684522
commit f684d2f0d7

View file

@ -113,7 +113,6 @@ public MediaInfoModel GetMediaInfo(string filename)
catch (DllNotFoundException ex)
{
_logger.ErrorException("mediainfo is required but was not found", ex);
throw;
}
catch (Exception ex)
{