Migration setup

This commit is contained in:
Jim MacKenzie 2016-10-14 22:14:27 -05:00
parent b06c55c2bf
commit bfea681522
3 changed files with 36 additions and 5 deletions

View file

@ -58,7 +58,8 @@ namespace PlexRequests.Core.SettingModels
public bool Wizard { get; set; }
public bool DisableTvRequestsByEpisode { get; set; }
public bool DisableTvRequestsBySeason { get; set; }
//To Remove at some point?
public bool SendRecentlyAddedEmail { get; set; }
public string CustomDonationUrl { get; set; }
public bool EnableCustomDonationUrl { get; set; }
public string CustomDonationMessage { get; set; }