small changes

This commit is contained in:
Jamie Rees 2016-03-06 21:44:20 +00:00
commit f2819664e7
4 changed files with 5 additions and 3 deletions

View file

@ -49,7 +49,7 @@ namespace PlexRequests.UI.Jobs
private bool _shuttingDown;
private ISettingsService<PlexSettings> Plex { get; }
private ISettingsService<AuthenticationSettings> Auth { get; }
private IRequestService RequestService { get; set; }
private IRequestService RequestService { get; }
public void CheckAndUpdate(string searchTerm, int id)
{
var plexSettings = Plex.GetSettings();
@ -67,6 +67,7 @@ namespace PlexRequests.UI.Jobs
public void CheckAndUpdateAll()
{
//TODO Observable collections to get and refresh the data every x minutes
var plexSettings = Plex.GetSettings();
var authSettings = Auth.GetSettings();
var requests = RequestService.GetAll();