mirror of
https://github.com/Radarr/Radarr
synced 2026-01-17 04:53:15 +01:00
Update sample detection runtime minutes. Some trailers can be long.
This commit is contained in:
parent
0584038273
commit
236e16c9a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue