Fixed: Hopefully fixed errors with Delay Profiles.

Fixes #1817
pull/2487/head
Leonardo Galli 6 years ago
parent 11211dc2ed
commit e22141e2ed

@ -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)

Loading…
Cancel
Save