More unit tests around the login and also the core Plex Checker

This commit is contained in:
tidusjar 2016-08-12 14:41:34 +01:00
parent 4eff175424
commit 13324cac14
7 changed files with 690 additions and 468 deletions

View file

@ -166,7 +166,7 @@ namespace PlexRequests.UI.Modules
return Response.AsRedirect(uri.ToString()); // TODO Check this
}
var landingSettings = LandingPageSettings.GetSettings();
var landingSettings = await LandingPageSettings.GetSettingsAsync();
if (landingSettings.Enabled)
{