mirror of
https://github.com/Readarr/Readarr.git
synced 2026-02-01 01:31:50 -05:00
Fixed: Missing MediaInfo doesn't block import anymore
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user