Browse Source

remove unused using

cvium 1 year ago
parent
commit
7e4e715a90
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Jellyfin.Server/Helpers/StartupHelpers.cs

+ 0 - 1
Jellyfin.Server/Helpers/StartupHelpers.cs

@@ -15,7 +15,6 @@ using MediaBrowser.Model.IO;
 using Microsoft.Extensions.Configuration;
 using Microsoft.Extensions.Logging;
 using Serilog;
-using SQLitePCL;
 using ILogger = Microsoft.Extensions.Logging.ILogger;
 
 namespace Jellyfin.Server.Helpers;