Merge remote-tracking branch 'origin/master' into pneumatic

pull/4/head
Mark McDowall 12 years ago
commit a46f1290ee

@ -13,11 +13,11 @@ namespace NzbDrone.Web.Models
public bool EnableBacklogSearching { get; set; } public bool EnableBacklogSearching { get; set; }
[DisplayName("Automatically Ignore Deleted Episodes")] [DisplayName("Automatically Ignore Deleted Episodes")]
[Description("Should NzbDrone automatically ignore episodes that were deleted from disk?")] [Description("Deleted episodes are automatically ignored.")]
public bool AutoIgnorePreviouslyDownloadedEpisodes { get; set; } public bool AutoIgnorePreviouslyDownloadedEpisodes { get; set; }
[DisplayName("Allowed Release Groups")] [DisplayName("Specified Release Groups")]
[Description("Comma separated list of release groups to download episodes")] [Description("Comma separated list of release groups to download episodes (leave empty for all groups)")]
public string AllowedReleaseGroups { get; set; } public string AllowedReleaseGroups { get; set; }
} }
} }

@ -3,7 +3,7 @@
@{ Layout = null; } @{ Layout = null; }
<div class="warningBox"> <div class="warningBox">
Enabling Backlog Searching can use lots of bandwidth and is not recommended for Users with block Usenet accounts or bandwidth restrictions. Enabling Backlog Searching can use lots of bandwidth and is not recommended for users with block Usenet accounts or bandwidth restrictions.
</div> </div>
<div id="stylized"> <div id="stylized">

Loading…
Cancel
Save