This commit is contained in:
Gabrieal Jimmy
2026-07-16 13:54:01 -05:00
parent a188ab3fe0
commit ee94f4fd49
5 changed files with 22 additions and 7 deletions

View File

@@ -9,6 +9,9 @@
<ItemGroup>
<ProjectReference Include="..\Jellyfin.Plugin.RedditComments\Jellyfin.Plugin.RedditComments.csproj" />
<!-- The plugin itself excludes runtime assets (the Jellyfin server provides this assembly);
the tests need it present to exercise the cache. -->
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.11" />
</ItemGroup>
</Project>