mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 16:22:55 -07:00
Fixed #185
This commit is contained in:
parent
4960063cca
commit
a004eca6ec
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ namespace PlexRequests.UI.Modules
|
||||||
return Response.AsJson(string.Empty);
|
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);
|
return Response.AsJson(usernames);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue