mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
Fixed build
This commit is contained in:
parent
00cd6969e0
commit
29ae064c7a
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ namespace PlexRequests.Core.Users
|
||||||
return model;
|
return model;
|
||||||
}
|
}
|
||||||
|
|
||||||
public IEnumerable<UserHelperModel> GetUsersWithFeatures(Features features)
|
public IEnumerable<UserHelperModel> GetUsersWithFeature(Features features)
|
||||||
{
|
{
|
||||||
var model = new List<UserHelperModel>();
|
var model = new List<UserHelperModel>();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue