Finished the queue #483

This commit is contained in:
Jamie.Rees 2016-11-10 12:55:01 +00:00
commit dd92bb179c
6 changed files with 105 additions and 32 deletions

View file

@ -37,5 +37,6 @@ namespace PlexRequests.Services.Jobs
public const string RequestLimitReset = "Request Limit Reset";
public const string EpisodeCacher = "Plex Episode Cacher";
public const string RecentlyAddedEmail = "Recently Added Email Notification";
public const string FaultQueueHandler = "Request Fault Queue Handler";
}
}