Added the newsletter job to the UI and fully wired it up !wip

This commit is contained in:
Jamie 2018-03-22 15:26:34 +00:00
parent 5ea81568e5
commit ccd873584b
5 changed files with 22 additions and 6 deletions

View file

@ -11,5 +11,6 @@
public string UserImporter { get; set; }
public string SickRageSync { get; set; }
public string RefreshMetadata { get; set; }
public string Newsletter { get; set; }
}
}