mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 16:52:56 -07:00
Added the ability to customize job scheudles
This commit is contained in:
parent
e090800cd7
commit
a89585b85a
11 changed files with 1125 additions and 106 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue