Reworked the cacher, fixed the memory leak. No more logging within tight loops.

This commit is contained in:
tidusjar 2016-08-03 22:10:36 +01:00
commit 4bccb8fcf0
4 changed files with 25 additions and 21 deletions

View file

@ -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);