This commit is contained in:
tidusjar 2016-04-28 13:06:40 +01:00
parent 4960063cca
commit a004eca6ec

View file

@ -270,7 +270,7 @@ namespace PlexRequests.UI.Modules
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);
}