more renames

This commit is contained in:
Jamie 2017-11-20 13:55:10 +00:00
parent 191c46d7aa
commit e090800cd7
10 changed files with 33 additions and 31 deletions

View file

@ -2,6 +2,8 @@
{
public class JobSettings
{
public string EmbyContentSync { get; set; }
public string SonarrSync { get; set; }
public string RadarrSync { get; set; }
}
}