From 5e090b04b1983230f4e20ad27b310befb0629c25 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Wed, 10 Aug 2016 08:51:13 +0100 Subject: [PATCH] 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). --- PlexRequests.UI/Modules/AdminModule.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PlexRequests.UI/Modules/AdminModule.cs b/PlexRequests.UI/Modules/AdminModule.cs index 75cfcae12..4d6ca7e43 100644 --- a/PlexRequests.UI/Modules/AdminModule.cs +++ b/PlexRequests.UI/Modules/AdminModule.cs @@ -254,6 +254,7 @@ namespace PlexRequests.UI.Modules { return Response.AsJson(valid.SendJsonError()); } + model.Wizard = true; if (!string.IsNullOrWhiteSpace(model.BaseUrl)) {