When trying to get children data the method wants an int, but the value is a string, Im using the RatingKey. Key is also a string, but doesnt look like the real key.
var metadatas = plexApi.GetChildrenMetadata(string authToken, string plexServerHost, int metadataKey).Result;
When trying to get children data the method wants an int, but the value is a string, Im using the RatingKey. Key is also a string, but doesnt look like the real key.
var metadatas = plexApi.GetChildrenMetadata(string authToken, string plexServerHost, int metadataKey).Result;