Skip to content

Commit

Permalink
Fixed #185
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Apr 28, 2016
1 parent 4960063 commit a004eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlexRequests.UI/Modules/AdminModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ private Response GetUsers()
return Response.AsJson(string.Empty);
}

var usernames = users.User.Select(x => x.Username);
var usernames = users.User.Select(x => x.Title);
return Response.AsJson(usernames);
}

Expand Down

0 comments on commit a004eca

Please sign in to comment.