Runtime error fix.

pull/2/head
Leonardo Galli 8 years ago committed by GitHub
parent 55c437d980
commit 3f4ee6d841

@ -158,7 +158,7 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport
return 5 * 60;
}
return movie.Runtime / 5;
return movie.Runtime / 5 * 60;
}
private int GetMinimumAllowedRuntime(Series series)

Loading…
Cancel
Save