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 /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | 8af854315ef2ad78d37c25fd3def4efe6392a3ca (diff) | |
Rename Emby.Drawing and move to src (#9054)
* Move Emby.Drawing to src
* Rename Emby.Drawing -> Jellyfin.Drawing
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index f46affc73..b18a3174a 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -18,7 +18,7 @@ <ProjectReference Include="..\Emby.Dlna\Emby.Dlna.csproj" /> <ProjectReference Include="..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj" /> <ProjectReference Include="..\Emby.Photos\Emby.Photos.csproj" /> - <ProjectReference Include="..\Emby.Drawing\Emby.Drawing.csproj" /> + <ProjectReference Include="..\src\Jellyfin.Drawing\Jellyfin.Drawing.csproj" /> <ProjectReference Include="..\MediaBrowser.MediaEncoding\MediaBrowser.MediaEncoding.csproj" /> </ItemGroup> |
