mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Sample check reduced to 3 minutes
This commit is contained in:
parent
b7229dea06
commit
3b16d68d0b
2 changed files with 6 additions and 6 deletions
|
@ -114,7 +114,7 @@ namespace NzbDrone.Core.Providers
|
|||
long size = _diskProvider.GetSize(filePath);
|
||||
var runTime = _mediaInfoProvider.GetRunTime(filePath);
|
||||
|
||||
if(size < Constants.IgnoreFileSize && runTime < 480)
|
||||
if(size < Constants.IgnoreFileSize && runTime < 180)
|
||||
{
|
||||
Logger.Trace("[{0}] appears to be a sample. skipping.", filePath);
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue