diff options
| author | Patrick Barron <18354464+barronpm@users.noreply.github.com> | 2023-01-10 07:51:46 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-10 05:51:46 -0700 |
| commit | b5da0d1b1775bbbf7acb29a5ebebca7ccd9e8f2e (patch) | |
| tree | 18973aefad6b37b1d0180ca353d37c4f14c829ad /Jellyfin.Server/CoreAppHost.cs | |
| parent | 8af854315ef2ad78d37c25fd3def4efe6392a3ca (diff) | |
Rename Emby.Drawing and move to src (#9054)
* Move Emby.Drawing to src
* Rename Emby.Drawing -> Jellyfin.Drawing
Diffstat (limited to 'Jellyfin.Server/CoreAppHost.cs')
| -rw-r--r-- | Jellyfin.Server/CoreAppHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/CoreAppHost.cs b/Jellyfin.Server/CoreAppHost.cs index 002193baf..d70b8f3ab 100644 --- a/Jellyfin.Server/CoreAppHost.cs +++ b/Jellyfin.Server/CoreAppHost.cs @@ -1,10 +1,10 @@ using System; using System.Collections.Generic; using System.Reflection; -using Emby.Drawing; using Emby.Server.Implementations; using Emby.Server.Implementations.Session; using Jellyfin.Api.WebSocketListeners; +using Jellyfin.Drawing; using Jellyfin.Drawing.Skia; using Jellyfin.Server.Implementations; using Jellyfin.Server.Implementations.Activity; |
