Fix Jellyfin project file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user