Releases: jensenkd/plex-api
Releases · jensenkd/plex-api
Fixed bug with Deserializing new Guid vs guid parameters
Plex is now returning two values from their API called guid. They are different cases which is valid JSON.
I had to change the configuration for Deserialization with System.Text.Json to accomodate.
v2.0.4-preview001
added GetCollectionItemsByCollectionKey
Added more Session metadata
v2.0.3 fixed some deserilization bugs due to Plex api returning different ty…
Fix typing issues due to Plex Server api changes and inconsistancies
v2.0.2 fixed some deserilization bugs due to Plex api returning different ty…
Added missing metadata for Sessions
v2.0.1 added missing Metadata fields for Session
v2.0.0
Fixed Date conversion issues on Accounts
v2.0.0-preview027 fixed Account date conversion issues
Fixed Datetime conversion issues
v2.0.0-preview026 converted date fields to useing UTC instead of trying to convert to u…
v2.0.0-preview025
Plex API added new &includeGuids query string parameter on retrieving library items.
We no longer have to make a subsequent call to get TVDBId or IMDBid (ScraperIds)
v2.0.0-preview024
fixed date mapping on Server object