feat(emby): Added a emby recently added sync!

This commit is contained in:
tidusjar 2021-11-19 22:41:36 +00:00
commit a0e14068f4
16 changed files with 234 additions and 95 deletions

View file

@ -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; }