mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Reworked the cacher, fixed the memory leak. No more logging within tight loops.
This commit is contained in:
parent
98662ab74e
commit
4bccb8fcf0
4 changed files with 25 additions and 21 deletions
|
@ -224,7 +224,7 @@ namespace PlexRequests.Api
|
|||
var request = new RestRequest
|
||||
{
|
||||
Method = Method.GET,
|
||||
Resource = "/library/metadata/{ratingKey}/allLeaves"
|
||||
Resource = "/library/metadata/{ratingKey}"
|
||||
};
|
||||
|
||||
request.AddUrlSegment("ratingKey", ratingKey);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue