mirror of https://github.com/lidarr/Lidarr
Fixed: Missing MediaInfo doesn't block import anymore
This commit is contained in:
parent
1b6f684522
commit
f684d2f0d7
|
@ -113,7 +113,6 @@ namespace NzbDrone.Core.MediaFiles.MediaInfo
|
||||||
catch (DllNotFoundException ex)
|
catch (DllNotFoundException ex)
|
||||||
{
|
{
|
||||||
_logger.ErrorException("mediainfo is required but was not found", ex);
|
_logger.ErrorException("mediainfo is required but was not found", ex);
|
||||||
throw;
|
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue