Replace PersonType with PersonKind
I seem to be getting some errors on my end of the pluging saying these fields are strings, but I noticed in march these were changed to PersonKinds instead.
https://github.com/jellyfin/jellyfin/blob/master/Jellyfin.Data/Enums/PersonKind.cs
The commit looks like it was from 6 months ago, so I figured to try and fix the plugin.
Not sure how to test if this works (other than making the plugin and installing it myself)
Thank you for the PR. unstable versions of Jellyfin aren’t supported so I am going to mark this PR as blocked until 10.9 is released
Thank you for the PR. unstable versions of Jellyfin aren’t supported so I am going to mark this PR as blocked until 10.9 is released
Omg you are completely right! I forgot I am running unstable and hence the plugin wasn't working for me!
I guess I'll give it an install with this and update the PR if anything else breaks with it on the latest unstable
This has been fixed in the greater 10.9 PR. Thank you for your contribution