aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Extensions/ServiceCollectionExtensions.cs
diff options
context:
space:
mode:
authorJPVenson <github@jpb.email>2025-03-24 10:14:16 +0000
committerJPVenson <github@jpb.email>2025-03-24 10:14:16 +0000
commit8e9b57aea95a129dd730543e9b06e7c4ccdbf7f3 (patch)
tree9b6e4273451ade541fd2a8e898754370f475622c /Jellyfin.Server.Implementations/Extensions/ServiceCollectionExtensions.cs
parentea8f1ffb7c9d47d6ccfadd2e0ab9645f69e2e446 (diff)
Fixed naming scheme
Diffstat (limited to 'Jellyfin.Server.Implementations/Extensions/ServiceCollectionExtensions.cs')
-rw-r--r--Jellyfin.Server.Implementations/Extensions/ServiceCollectionExtensions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server.Implementations/Extensions/ServiceCollectionExtensions.cs b/Jellyfin.Server.Implementations/Extensions/ServiceCollectionExtensions.cs
index 6955cf269..b0e4567a7 100644
--- a/Jellyfin.Server.Implementations/Extensions/ServiceCollectionExtensions.cs
+++ b/Jellyfin.Server.Implementations/Extensions/ServiceCollectionExtensions.cs
@@ -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;