diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-01-26 20:43:13 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-01-26 20:43:13 +0100 |
| commit | ce11869a1acf8b31316b41c28f4bf7acb1a08959 (patch) | |
| tree | 8471bf8a2c7a52c68aa2d794bac747cfa0b5b31e /Jellyfin.Server/Program.cs | |
| parent | e3b19c22a7506d6e03d6519b50797c1f49c70034 (diff) | |
Move Skia back into it's own project
Diffstat (limited to 'Jellyfin.Server/Program.cs')
| -rw-r--r-- | Jellyfin.Server/Program.cs | 1 |
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; |
