mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 04:51:45 +02:00
Fix: Go to Settings -> Misc to set your preference for automatically ignoring deleted episodes (false by default).
This commit is contained in:
@@ -11,5 +11,9 @@ namespace NzbDrone.Web.Models
|
||||
[DisplayName("Enable Backlog Searching")]
|
||||
[Description("Should NzbDrone try to download missing episodes automatically?")]
|
||||
public bool EnableBacklogSearching { get; set; }
|
||||
|
||||
[DisplayName("Automatically Ignore Deleted Episodes")]
|
||||
[Description("Should NzbDrone automatically ignore episodes that were deleted from disk?")]
|
||||
public bool AutoIgnorePreviouslyDownloadedEpisodes { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user