mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Sample file cutoff now 70MB
#ND-121 fixed Fixed: Any file under 70MB will be treated as a sample file
This commit is contained in:
parent
c4282dc41f
commit
2235b83809
3 changed files with 18 additions and 18 deletions
|
@ -8,7 +8,7 @@ namespace NzbDrone.Core
|
|||
{
|
||||
get
|
||||
{
|
||||
return 40.Megabytes();
|
||||
return 70.Megabytes();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue