diff options
| author | Andrew Rabert <6550543+nvllsvm@users.noreply.github.com> | 2019-01-19 22:42:46 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-19 22:42:46 -0500 |
| commit | 65610219265e5cfe6137d997cf298fb3c88a6a88 (patch) | |
| tree | 93d9b0dad7e241dff8a1c46fe004af72ee1b6500 /Jellyfin.Server/Program.cs | |
| parent | d72d0fb865f2eccef4f96a6ebc5f1e409778608f (diff) | |
| parent | 875392c77fce26f2b51142f65998a1d73727310b (diff) | |
Merge pull request #582 from nvllsvm/image
Replace custom image parser with Skia
Diffstat (limited to 'Jellyfin.Server/Program.cs')
| -rw-r--r-- | Jellyfin.Server/Program.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Server/Program.cs b/Jellyfin.Server/Program.cs index 51ad53749..d07761619 100644 --- a/Jellyfin.Server/Program.cs +++ b/Jellyfin.Server/Program.cs @@ -9,7 +9,6 @@ using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; using Emby.Drawing; -using Emby.Drawing.Skia; using Emby.Server.Implementations; using Emby.Server.Implementations.EnvironmentInfo; using Emby.Server.Implementations.IO; |
