jensenkd / plex-api

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

fixed type error in SessionMetadata.cs on AddedAt (string to long) #83

Closed Ombrelin closed 1 year ago

Ombrelin commented 1 year ago

I could reproduce with the tests the issue mentioned in #82. Here is a simple fix which validates the tests.

jensenkd commented 1 year ago

awesome!