mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Episode is now marked as grabbed on download
This commit is contained in:
parent
f2b091dcd2
commit
c37544d4ce
8 changed files with 43 additions and 5 deletions
|
@ -110,7 +110,7 @@ namespace NzbDrone.Core.Providers
|
|||
{
|
||||
if (currentQuality.QualityType >= cutOff)
|
||||
{
|
||||
Logger.Trace("Existing file meets cut-off. skipping.");
|
||||
Logger.Trace("Existing item meets cut-off. skipping.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue