-
released this
2026-09-10 11:38:14 +02:00 | 0 commits to master since this releaseFixes the plugin API controller under Jellyfin 12.0.
v3.0.0.0 set
[Authorize(Policy = "DefaultAuthorization")], but Jellyfin 12.0 removed the namedDefaultAuthorizationpolicy — it's nowoptions.DefaultPolicy(CustomAuthenticationscheme +DefaultAuthorizationRequirement). Every/AnilistSync/*request therefore threwInvalidOperationException: The AuthorizationPolicy named: 'DefaultAuthorization' was not found, so the plugin config page 500'd.v3.0.0.1 reverts to a bare
[Authorize], which resolves to the default policy — the intended form on 12.0.Upgrade from 3.0.0.0: update from the plugin catalog and restart. No config changes.
Downloads