fix: target Jellyfin 10.11 / net9.0

Server 10.11 moved PermissionKind to Jellyfin.Database.Implementations.Enums,
SetPermission to a Jellyfin.Data extension, and ChangePassword now takes a
user id. Plugin built against 10.10 failed to load silently.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Pascal Linxweiler
2026-07-13 13:57:25 +02:00
parent da5de2fd6a
commit fd36fb246b
6 changed files with 17 additions and 16 deletions

View File

@@ -8,12 +8,12 @@
"category": "Authentication",
"versions": [
{
"version": "1.0.0.0",
"changelog": "Initial release.",
"targetAbi": "10.10.0.0",
"sourceUrl": "https://git.linxweiler.xyz/pascallinxweiler/jellyfinplugin/raw/branch/main/dist/oidc-auth_1.0.0.0.zip",
"checksum": "178db5af78c0a5d7cb0d1910338f5fde",
"timestamp": "2026-07-13T00:00:00Z"
"version": "1.0.1.0",
"changelog": "Rebuilt for Jellyfin 10.11 (net9.0).",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://git.linxweiler.xyz/pascallinxweiler/jellyfinplugin/raw/branch/main/dist/oidc-auth_1.0.1.0.zip",
"checksum": "8095740b87cf862ad41bc50ccbdb7443",
"timestamp": "2026-07-13T12:00:00Z"
}
]
}