diff options
| author | JPVenson <github@jpb.email> | 2025-03-25 16:55:26 +0100 |
|---|---|---|
| committer | JPVenson <github@jpb.email> | 2025-03-25 16:55:26 +0100 |
| commit | bfff1b9be276ec33609b2bbf9f509f6a6bb08bd4 (patch) | |
| tree | f35656148027fc0bdb9cf34037785133e9b84cb5 /src | |
| parent | 42bdb22bfb690a6af37d70f12844881d884927b1 (diff) | |
Fix reference
Diffstat (limited to 'src')
| -rw-r--r-- | src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Jellyfin.Database.Providers.Sqlite.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Jellyfin.Database.Providers.Sqlite.csproj b/src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Jellyfin.Database.Providers.Sqlite.csproj index ac62ea59a..6899a35f6 100644 --- a/src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Jellyfin.Database.Providers.Sqlite.csproj +++ b/src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Jellyfin.Database.Providers.Sqlite.csproj @@ -27,4 +27,9 @@ <Folder Include="Properties/" /> </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\..\..\MediaBrowser.Common\MediaBrowser.Common.csproj" /> + <ProjectReference Include="..\Jellyfin.Database.Implementations\Jellyfin.Database.Implementations.csproj" /> + </ItemGroup> + </Project> |
