mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 16:52:56 -07:00
Added a new Job. Plex Recently Added, this is a slimmed down version of the Plex Sync job, this will just scan the recently added list and not the whole library. I'd reccomend running this very regulary and the full scan not as regular.
This commit is contained in:
parent
41d5ef5f41
commit
eeaf614a29
21 changed files with 152 additions and 3651 deletions
|
@ -6,6 +6,7 @@
|
|||
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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue