Prevent releases with unknown series from being downloaded

This commit is contained in:
Mark McDowall
2013-09-18 12:15:34 -07:00
parent 82933fbcc3
commit 6c91639d64
3 changed files with 15 additions and 2 deletions
+1
View File
@@ -28,5 +28,6 @@ namespace NzbDrone.Api.Indexers
public String CommentUrl { get; set; }
public String DownloadUrl { get; set; }
public String InfoUrl { get; set; }
public Boolean DownloadAllowed { get; set; }
}
}