mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-22 22:43:31 -07: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 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport
|
||||||
|
|
||||||
private int GetMinimumAllowedRuntime(Movie movie)
|
private int GetMinimumAllowedRuntime(Movie movie)
|
||||||
{
|
{
|
||||||
return 120; //2 minutes
|
return 360; //6 minutes
|
||||||
}
|
}
|
||||||
|
|
||||||
private int GetMinimumAllowedRuntime(Series series)
|
private int GetMinimumAllowedRuntime(Series series)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue