Jellyfin 12.0 removed the named "DefaultAuthorization" policy; it's now options.DefaultPolicy (CustomAuthentication scheme + DefaultAuthorizationRequirement). [Authorize(Policy = "DefaultAuthorization")] therefore threw InvalidOperationException: "policy not found" on every /AnilistSync/* call. Bare [Authorize] uses the default policy, which is the intended form. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
37 lines
1.9 KiB
JSON
37 lines
1.9 KiB
JSON
[
|
|
{
|
|
"guid": "18c2a8ea-afa0-4a0b-aa94-072b492ab80b",
|
|
"name": "AnilistSync",
|
|
"description": "This plugin will scrobble anime to Anilist for you",
|
|
"overview": "Scrobble to Anilist",
|
|
"owner": "ARufenach, modified by Fallenbagel, YannikMG",
|
|
"category": "General",
|
|
"versions": [
|
|
{
|
|
"version": "3.0.0.1",
|
|
"changelog": "Ported to Jellyfin 12.0 (net10.0, targetAbi 12.0.0.0). Reverted the API controller to a bare [Authorize]: Jellyfin 12.0 removed the named DefaultAuthorization policy in favour of the default policy, so [Authorize(Policy = \"DefaultAuthorization\")] threw 'policy not found' on every plugin API call.",
|
|
"targetAbi": "12.0.0.0",
|
|
"sourceUrl": "https://git.umarumg.de/UmaruMG/AnilistSync/releases/download/v3.0.0.1/AnilistSync_3.0.0.1.zip",
|
|
"checksum": "c65d3c52bd3fa919e5bb9ad3e8d37f1b",
|
|
"timestamp": "2026-09-10T09:36:59Z"
|
|
},
|
|
{
|
|
"version": "2.1.0.0",
|
|
"changelog": "Ported to Jellyfin 10.11 (net9.0, IHostedService). Fixed a broken authorization policy that 500'd every plugin API call. Verified live against 10.11.11 with a real scrobble.",
|
|
"targetAbi": "10.11.0.0",
|
|
"sourceUrl": "https://git.umarumg.de/UmaruMG/AnilistSync/releases/download/v2.1.0.0/AnilistSync_2.1.0.0.zip",
|
|
"checksum": "81fe39003de5362fbe204bc01ba19f7f",
|
|
"timestamp": "2026-07-31T21:23:33Z"
|
|
},
|
|
{
|
|
"version": "2.0.0",
|
|
"changelog": "Add support for Jellyfin 10.8",
|
|
"targetAbi": "10.8.0.0",
|
|
"sourceUrl": "https://github.com/Fallenbagel/AnilistSync/releases/download/v2.0.0/AnilistSync_2.0.0.zip",
|
|
"checksum": "d5aa76d74a279aed5846c1a1adaa0540",
|
|
"timestamp": "2021-06-04T05:05:00Z"
|
|
}
|
|
]
|
|
}
|
|
]
|