aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Program.cs
diff options
context:
space:
mode:
authorAndrew Rabert <6550543+nvllsvm@users.noreply.github.com>2019-01-26 16:03:16 -0500
committerGitHub <noreply@github.com>2019-01-26 16:03:16 -0500
commitf74bfcb343e9dc6039f31c8949c78017332bd91d (patch)
tree3dd6796611eb27f55e8acb8f40c6c7257945597c /Jellyfin.Server/Program.cs
parent64b6cfa3dc4c2eab8d0caf6a3506e9cb40ff5025 (diff)
parentbb056f4b591a2b9df9d8832391c08fc58cc0682a (diff)
Merge pull request #724 from Bond-009/skia
Move Skia back into it's own project
Diffstat (limited to 'Jellyfin.Server/Program.cs')
-rw-r--r--Jellyfin.Server/Program.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Server/Program.cs b/Jellyfin.Server/Program.cs
index f64f50cd7..66586d4e4 100644
--- a/Jellyfin.Server/Program.cs
+++ b/Jellyfin.Server/Program.cs
@@ -13,6 +13,7 @@ using Emby.Server.Implementations;
using Emby.Server.Implementations.EnvironmentInfo;
using Emby.Server.Implementations.IO;
using Emby.Server.Implementations.Networking;
+using Jellyfin.Drawing.Skia;
using MediaBrowser.Common.Configuration;
using MediaBrowser.Controller.Drawing;
using MediaBrowser.Model.Globalization;