pünktchen 1409 Posted June 17, 2024 Posted June 17, 2024 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?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now