1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

Update sample detection runtime minutes. Some trailers can be long.

This commit is contained in:
Leonardo Galli 2017-01-10 15:43:35 +01:00
parent 0584038273
commit 236e16c9a5

View File

@ -153,7 +153,7 @@ private bool CheckSize(long size, QualityModel quality)
private int GetMinimumAllowedRuntime(Movie movie)
{
return 120; //2 minutes
return 360; //6 minutes
}
private int GetMinimumAllowedRuntime(Series series)