go-plex-client
go-plex-client copied to clipboard
Make Metadata.Rating a struct
First of all, thanks for writing this library :)
Second, my Plex server is returning an array of items as the rating. An example is [{"image":"themoviedb://image.rating","type":"audience","value":"8.5"}]
This breaks GetSessions(). This change adds a struct to unmarshal a result array item into.