This commit is contained in:
tidusjar 2016-11-16 22:14:21 +00:00
commit 39888a4b94
16 changed files with 312 additions and 275 deletions

View file

@ -43,5 +43,6 @@ namespace PlexRequests.Core.SettingModels
public int RecentlyAdded { get; set; }
public string RecentlyAddedCron { get; set; }
public int FaultQueueHandler { get; set; }
public int PlexContentCacher { get; set; }
}
}