mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
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:
parent
64d7acc7e4
commit
5e090b04b1
1 changed files with 1 additions and 0 deletions
|
@ -254,6 +254,7 @@ namespace PlexRequests.UI.Modules
|
||||||
{
|
{
|
||||||
return Response.AsJson(valid.SendJsonError());
|
return Response.AsJson(valid.SendJsonError());
|
||||||
}
|
}
|
||||||
|
model.Wizard = true;
|
||||||
|
|
||||||
if (!string.IsNullOrWhiteSpace(model.BaseUrl))
|
if (!string.IsNullOrWhiteSpace(model.BaseUrl))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue