mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
small changes
This commit is contained in:
parent
3b0b0c521e
commit
f2819664e7
4 changed files with 5 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue