1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Delay Profile: Upgradable Check Fix

Only do the upgradable file check if there are exisitng files.
This commit is contained in:
vertigo235
2017-02-04 01:07:26 -05:00
parent 1d0a6af7d7
commit b6235e99c8
2 changed files with 2 additions and 2 deletions
@@ -36,7 +36,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications
return Decision.Accept();
}
public Decision IsSatisfiedBy(RemoteMovie subject, SearchCriteriaBase searchCriteria)
public virtual Decision IsSatisfiedBy(RemoteMovie subject, SearchCriteriaBase searchCriteria)
{
if (subject.Movie.MovieFile.Value != null)
{