Catch exception with mediainfo

This commit is contained in:
DariusIII
2021-12-11 14:18:51 +01:00
parent dc19e87750
commit c543f23fac
@@ -2160,6 +2160,10 @@ class ProcessAdditional
} catch (\TypeError $e) {
Log::debug($e->getMessage());
return false;
} catch (\ErrorException) {
Log::debug($e->getMessage());
return false;
}
}