Always set the wizard to be true when editing the Plex Requests settings (Since the flag is not in the UI, a bool defaults to false).

This commit is contained in:
tidusjar 2016-08-10 08:51:13 +01:00
parent 64d7acc7e4
commit 5e090b04b1

View file

@ -254,6 +254,7 @@ namespace PlexRequests.UI.Modules
{
return Response.AsJson(valid.SendJsonError());
}
model.Wizard = true;
if (!string.IsNullOrWhiteSpace(model.BaseUrl))
{