Jump to content

Where is the up-to-date NuGet package for Emby 4.8.0.5.x


pünktchen

Recommended Posts

pünktchen

The NuGet library is still at 4.8.0.38 but some of the last last server updates broke BaseItem.UpdateHideFromResume(User user, UserItemData userData, bool hide).
Now it's BaseItem.UpdateHideFromResume(User user, UserItemData userData, BaseItem[] collectionFolders, bool hide). How should a plugin developer know about breaking changes without an up-to-date NuGet package? Should we really install every minor server version and grab the needed dll files to test our code?

Btw. what is BaseItem[] collectionFolders?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...