mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-13 01:56:55 -07:00
feat(emby): ✨ Added a emby recently added sync!
This commit is contained in:
parent
d9ee25b575
commit
a0e14068f4
16 changed files with 234 additions and 95 deletions
|
@ -3,6 +3,7 @@
|
|||
public class JobSettings : Settings
|
||||
{
|
||||
public string EmbyContentSync { get; set; }
|
||||
public string EmbyRecentlyAddedSync { get; set; }
|
||||
public string JellyfinContentSync { get; set; }
|
||||
public string SonarrSync { get; set; }
|
||||
public string RadarrSync { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue