jensenkd / plex-api

.NET Core SDK for Plex Media Server
MIT License
86 stars 27 forks source link

More fixes GetSessions & GetTranscodeSessions #85

Closed Ombrelin closed 1 year ago

Ombrelin commented 1 year ago

I conducted more thorough testing with different kinds of sessions (audio / video / transcode / no transcode) and was able to fix quite a lot of fields whose types have been updated from string to a more appropriate type (bool / number) in PLEX's JSON API schema.

jensenkd commented 1 year ago

This is great @Ombrelin. I took a quick look and looks great. I'll review this afternoon and push.