mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
More test changes
This commit is contained in:
parent
92e8fa7c4d
commit
6c03e3f0ad
2 changed files with 20 additions and 16 deletions
|
@ -48,8 +48,8 @@ namespace PlexRequests.UI.Modules
|
|||
Post["/"] = x => LoginUser();
|
||||
}
|
||||
|
||||
private ISettingsService<AuthenticationSettings> AuthService { get; set; }
|
||||
private IPlexApi Api { get; set; }
|
||||
private ISettingsService<AuthenticationSettings> AuthService { get; }
|
||||
private IPlexApi Api { get; }
|
||||
|
||||
public Negotiator Index()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue