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).

pull/470/head
tidusjar 8 years ago
parent 64d7acc7e4
commit 5e090b04b1

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

Loading…
Cancel
Save