mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 16:52:56 -07:00
16 lines
No EOL
598 B
C#
16 lines
No EOL
598 B
C#
namespace Ombi.Settings.Settings.Models
|
|
{
|
|
public class JobSettings : Settings
|
|
{
|
|
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; }
|
|
public string SickRageSync { get; set; }
|
|
public string RefreshMetadata { get; set; }
|
|
public string Newsletter { get; set; }
|
|
}
|
|
} |