Added the ability to customize job scheudles

This commit is contained in:
Jamie 2017-11-20 15:15:10 +00:00
parent e090800cd7
commit a89585b85a
11 changed files with 1125 additions and 106 deletions

View file

@ -5,5 +5,9 @@
public string EmbyContentSync { get; set; }
public string SonarrSync { get; set; }
public string RadarrSync { get; set; }
public string PlexContentSync { get; set; }
public string CouchPotatoSync { get; set; }
public string AutomaticUpdater { get; set; }
public string UserImporter { get; set; }
}
}