mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 16:22:55 -07:00
19 lines
No EOL
757 B
C#
19 lines
No EOL
757 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 PlexRecentlyAddedSync { 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; }
|
|
public string LidarrArtistSync { get; set; }
|
|
public string IssuesPurge { get; set; }
|
|
}
|
|
} |