mirror of
https://github.com/Readarr/Readarr
synced 2026-05-08 12:42:51 +02:00
Fixed: Missing MediaInfo doesn't block import anymore
This commit is contained in:
parent
1b6f684522
commit
f684d2f0d7
1 changed files with 0 additions and 1 deletions
|
|
@ -113,7 +113,6 @@ public MediaInfoModel GetMediaInfo(string filename)
|
||||||
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 a new issue