mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -07:00
Fixed #438
This commit is contained in:
parent
0cfb6c8b1e
commit
a82fdbc3bd
4 changed files with 547 additions and 550 deletions
|
@ -900,7 +900,7 @@ namespace PlexRequests.UI.Modules
|
|||
return true;
|
||||
}
|
||||
|
||||
return usersLimit.RequestCount >= requestLimit;
|
||||
return requestLimit >= usersLimit.RequestCount;
|
||||
}
|
||||
|
||||
private int GetRequestLimitForType(RequestType type, PlexRequestSettings s)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue