This commit is contained in:
tidusjar 2016-08-30 14:31:18 +01:00
parent 8df742abe3
commit 0ac114d987
7 changed files with 214 additions and 17 deletions

View file

@ -64,6 +64,7 @@ namespace PlexRequests.UI.Modules
a.TrackEventAsync(Category.Wizard, Action.Start, "Started the wizard", Username, CookieHelper.GetAnalyticClientId(Cookies));
var settings = await PlexRequestSettings.GetSettingsAsync();
if (settings.Wizard)
{
return Context.GetRedirect("~/search");