aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Program.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-09-11 19:31:35 +0200
committerAnthony Lavado <anthony@lavado.ca>2019-09-11 13:31:35 -0400
commit2919cf28ead3fc7b80dec789477eef4d2688616b (patch)
treebb7e65760da06e299f14f4a7f570c8514b8b36da /Jellyfin.Server/Program.cs
parente1310786734efb5101e5c29c9e0259eee63b38e6 (diff)
Update deps (#1735)
Diffstat (limited to 'Jellyfin.Server/Program.cs')
-rw-r--r--Jellyfin.Server/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Program.cs b/Jellyfin.Server/Program.cs
index 594441af0..716dd0fcd 100644
--- a/Jellyfin.Server/Program.cs
+++ b/Jellyfin.Server/Program.cs
@@ -22,7 +22,7 @@ using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Serilog;
-using Serilog.AspNetCore;
+using Serilog.Extensions.Logging;
using SQLitePCL;
using ILogger = Microsoft.Extensions.Logging.ILogger;