Fixed naming scheme

This commit is contained in:
JPVenson
2025-03-24 10:14:16 +00:00
parent ea8f1ffb7c
commit 8e9b57aea9
8 changed files with 8 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
using System.Reflection;
using Jellyfin.Database.Providers.SqLite;
using Jellyfin.Database.Providers.Sqlite;
using Jellyfin.Server.Implementations.DatabaseConfiguration;
using MediaBrowser.Common.Configuration;
using MediaBrowser.Controller.Configuration;

View File

@@ -36,6 +36,7 @@
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
<ProjectReference Include="..\src\Jellyfin.Database\Jellyfin.Database.Implementations\Jellyfin.Database.Implementations.csproj" />
<ProjectReference Include="..\src\Jellyfin.Database\Jellyfin.Database.Providers.Sqlite\Jellyfin.Database.Providers.Sqlite.csproj" />
</ItemGroup>
</Project>