mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
Applied review suggestions
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user