Marked as obsolete

This commit is contained in:
Jim MacKenzie 2016-10-17 20:00:03 -05:00
commit b8c488ce3d

View file

@ -58,7 +58,7 @@ namespace PlexRequests.Core.SettingModels
public bool Wizard { get; set; }
public bool DisableTvRequestsByEpisode { get; set; }
public bool DisableTvRequestsBySeason { get; set; }
//To Remove at some point?
[Obsolete("Moved to NewsLetterSettings")]
public bool SendRecentlyAddedEmail { get; set; }
public string CustomDonationUrl { get; set; }
public bool EnableCustomDonationUrl { get; set; }