Add compatibility with Jellyfin 10.10

This commit is contained in:
DarkFighterLuke
2024-11-04 21:40:29 +01:00
parent 36eec27d9f
commit a162ebb25d
4 changed files with 9 additions and 10 deletions
@@ -11,8 +11,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Jellyfin.Controller" Version="10.9.0-20240509061132" />
<PackageReference Include="Jellyfin.Model" Version="10.9.0-20240509061132" />
<PackageReference Include="Jellyfin.Controller" Version="10.10.0" />
<PackageReference Include="Jellyfin.Model" Version="10.10.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>