go-plex-client icon indicating copy to clipboard operation
go-plex-client copied to clipboard

Make Metadata.Rating a struct

Open dimitarvdimitrov opened this issue 2 years ago • 0 comments

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.

dimitarvdimitrov avatar Apr 03 '22 06:04 dimitarvdimitrov