• YannikMG released this 2026-09-10 11:38:14 +02:00 | 0 commits to master since this release

    Fixes the plugin API controller under Jellyfin 12.0.

    v3.0.0.0 set [Authorize(Policy = "DefaultAuthorization")], but Jellyfin 12.0 removed the named DefaultAuthorization policy — it's now options.DefaultPolicy (CustomAuthentication scheme + DefaultAuthorizationRequirement). Every /AnilistSync/* request therefore threw InvalidOperationException: 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