v1.4.4 - Avoid Jackson bug
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.