1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

Fixed: Null reference error getting video file info

This commit is contained in:
ta264
2021-11-09 21:03:33 +00:00
parent 3acc6a3f9d
commit d33bed6a36
3 changed files with 3 additions and 7 deletions
@@ -53,7 +53,7 @@ namespace NzbDrone.Core.MediaFiles.MovieImport
if (!runTime.HasValue)
{
_logger.Error("Failed to get runtime from the file, make sure mediainfo is available");
_logger.Error("Failed to get runtime from the file, make sure ffprobe is available");
return DetectSampleResult.Indeterminate;
}