Jump to content

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


Recommended Posts

pünktchen
Posted

The NuGet library is still at 4.9.0.14 but some of the last last server updates broke
IMediaSourceManager.GetPlayackMediaSources(BaseItem item, User user, bool allowMediaProbe, bool enablePathSubstitution, CancellationToken cancellationToken).
Now it's
IMediaSourceManager.GetPlayackMediaSources(BaseItem item, User user, bool allowMediaProbe, bool enablePathSubstitution, bool fillChapters, CancellationToken cancellationToken).

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 does bool fillChapters do? Generate Chapter images?

Posted

Hi, apologies. I'll add this back for you.

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...