Applied review suggestions

This commit is contained in:
JPVenson
2025-02-03 20:15:36 +00:00
parent efb402b1d2
commit c9237ae731
5 changed files with 9 additions and 9 deletions

View File

@@ -8,9 +8,9 @@ using Microsoft.Extensions.Logging;
namespace Jellyfin.Database.Providers.SqLite;
/// <summary>
/// Configures jellyfin to use an SqLite database.
/// Configures jellyfin to use an SQLite database.
/// </summary>
[JellyfinDatabaseProviderKey("Jellyfin-SqLite")]
[JellyfinDatabaseProviderKey("Jellyfin-SQLite")]
public sealed class SqliteDatabaseProvider : IJellyfinDatabaseProvider
{
private readonly IApplicationPaths _applicationPaths;