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

@@ -8,7 +8,7 @@ using Microsoft.Data.Sqlite;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
namespace Jellyfin.Database.Providers.SqLite;
namespace Jellyfin.Database.Providers.Sqlite;
/// <summary>
/// Configures jellyfin to use an SQLite database.