mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
Replaced binary ImageMagicSharp with compiled submodule
This commit is contained in:
parent
6bd48ece70
commit
fdeefd0775
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
||||
[submodule "Emby.XmlTv"]
|
||||
path = Emby.XmlTv
|
||||
url = https://github.com/JustAMan/Emby.XmlTv.git
|
||||
[submodule "ImageMagickSharp"]
|
||||
path = ImageMagickSharp
|
||||
url = https://github.com/JustAMan/ImageMagickSharp.git
|
||||
|
@ -10,6 +10,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\ImageMagickSharp/ImageMagickSharp/ImageMagickSharp.csproj" />
|
||||
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
|
||||
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
|
||||
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
|
||||
|
1
ImageMagickSharp
Submodule
1
ImageMagickSharp
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 27aff3987068a952125154da454c351cb62a5321
|
Loading…
Reference in New Issue
Block a user