mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Fixed: Missing MediaInfo doesn't block import anymore
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user