Commit Graph
8 Commits
Author SHA1 Message Date
YannikMGandclaude 15dd74a12a Port to Jellyfin 12.0 (net10.0, targetAbi 12.0.0.0)
- csproj: net9.0 -> net10.0, version 2.1.0.0 -> 3.0.0.0
- Jellyfin.Controller 10.*-* -> 12.*-* with ExcludeAssets="runtime"
- drop redundant Microsoft.Extensions.Http ref (NU1510 under the .NET 10 SDK;
  IHttpClientFactory comes from the Microsoft.AspNetCore.App framework ref)
- NetAnalyzers 9.0.0 -> 10.0.100
- Endpoints: bare [Authorize] -> [Authorize(Policy = "DefaultAuthorization")]
  now that legacy authorization is disabled by default
- drop unused using in AnilistApi.cs
- build.yaml + manifest.json: 3.0.0.0 / abi 12.0.0.0 entry
- gitignore local dist/ release-artifact dir

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-10 10:55:16 +02:00
Fallenbagel f22f9021ec added support for jellyfin 10.8.0 2022-04-21 14:30:11 +05:00
Alexander Rufenach 25d84797fc Added XML comments 2021-06-04 04:41:31 -04:00
Alexander Rufenach 9f3eef2cce Cleaned up deps and removed legacy code 2021-06-04 02:00:00 -04:00
Alexander Rufenach da91e6e2c7 Cleaned up and refactored web request API 2021-06-04 01:28:55 -04:00
Alexander Rufenach e103be43a9 Cleaned up scrobble logic and refined API calls 2021-06-03 08:40:34 -04:00
Alexander Rufenach e69fe1d6c2 Added rewatching support 2021-06-02 15:54:19 -04:00
Alexander Rufenach 895a92290f Adding additional files 2021-06-01 18:24:50 -04:00