MOre work

This commit is contained in:
Jamie Rees 2016-03-04 21:17:43 +00:00
parent 65087642e1
commit 2f5db03815
7 changed files with 112 additions and 8 deletions

View file

@ -61,7 +61,7 @@ namespace PlexRequests.UI.Modules
// Add to the session
Request.Session[SessionKeys.UsernameKey] = username;
return Response.AsJson("");
return Response.AsJson(new { Result = true });
}
}
}