Fixed: Hopefully fixed errors with Delay Profiles.

Fixes #1817
This commit is contained in:
Leonardo Galli 2018-02-07 11:24:58 +01:00
commit e22141e2ed

View file

@ -43,7 +43,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications.RssSync
// Preferred word count
var title = subject.Release.Title;
var preferredWords = subject.Movie.Profile.Value.PreferredTags;
var preferredWords = subject.Movie.Profile?.Value?.PreferredTags;
var preferredCount = 0;
if (preferredWords == null)