-
released this
2026-09-10 10:57:59 +02:00 | 1 commits to master since this releasePorted to Jellyfin 12.0 (net10.0, targetAbi 12.0.0.0).
- Retargeted to net10.0 against Jellyfin.Controller 12.0.0 (
ExcludeAssets="runtime"). - Dropped the redundant
Microsoft.Extensions.Httppackage reference (IHttpClientFactorynow comes from the ASP.NET Core framework reference). - Plugin API controller switched from a bare
[Authorize]to[Authorize(Policy = "DefaultAuthorization")], since Jellyfin 12.0 disables legacy authorization by default.
Install: extract
AnilistSync_3.0.0.0.zipinto a folder in your Jellyfinpluginsdirectory, or add the repo manifest and install from the catalog.Downloads
- Retargeted to net10.0 against Jellyfin.Controller 12.0.0 (