Skip to content

v1.4.4 - Avoid Jackson bug

Compare
Choose a tag to compare
@Schaka Schaka released this 14 Jun 23:04
· 108 commits to develop since this release

There was a bug with deserialization of the JSON response by Jellyfin.

An empty list of PathInfo would require this class to have an empty constructor, even though it shouldn't need to.
This hotfix adds the constructor to avoid that bug in Jackson.