mirror of
https://github.com/Radarr/Radarr
synced 2025-02-23 14:51:17 +00:00
parent
7a394ff864
commit
524657ad78
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public DetectSampleResult IsSample(MovieMetadata movie, string path)
|
|||
return DetectSampleResult.Sample;
|
||||
}
|
||||
|
||||
_logger.Debug("Runtime of {0} is more than {1} seconds, Not Sample", runTime.Value.TotalSeconds, minimumRuntime);
|
||||
_logger.Debug("[{0}] does not appear to be a sample. Runtime {1} seconds is more than minimum of {2} seconds", path, runTime, minimumRuntime);
|
||||
return DetectSampleResult.NotSample;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue