feat: support jellyfin 10.11. #96

This commit is contained in:
cxfksword
2025-10-27 23:02:52 +08:00
parent c63f36bf85
commit 649a42ebe0
33 changed files with 366 additions and 80 deletions

View File

@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>