Fix Jellyfin project file
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-25 03:24:35 +01:00
parent a52a756518
commit dcf2895491

View File

@@ -8,10 +8,10 @@
<ItemGroup>
<ProjectReference Include="../StreamCinemaLib/StreamCinemaLib.csproj" />
<!--PackageReference Include="Jellyfin.Controller" Version="10.10.3" /-->
<ProjectReference Include="../../../jellyfin/MediaBrowser.Controller/MediaBrowser.Controller.csproj" />
<!--PackageReference Include="Jellyfin.Model" Version="10.10.3" /-->
<ProjectReference Include="../../../jellyfin/MediaBrowser.Model/MediaBrowser.Model.csproj" />
<PackageReference Include="Jellyfin.Controller" Version="10.10.3" />
<!--ProjectReference Include="../../../jellyfin/MediaBrowser.Controller/MediaBrowser.Controller.csproj" /-->
<PackageReference Include="Jellyfin.Model" Version="10.10.3" />
<!--ProjectReference Include="../../../jellyfin/MediaBrowser.Model/MediaBrowser.Model.csproj" /-->
</ItemGroup>
</Project>