Skip to content

Commit

Permalink
⬆️ update Jellyfin dependency to fix build errors
Browse files Browse the repository at this point in the history
previous dependency had some breaking differences in IExternalId, which led to solution errors
  • Loading branch information
senritsu committed Nov 21, 2020
1 parent 15d2d42 commit da0109d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jellyfin.Plugin.Anime/Jellyfin.Plugin.Anime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Jellyfin.Controller" Version="10.*-*" />
<PackageReference Include="Jellyfin.Controller" Version="10.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit da0109d

Please sign in to comment.