* Fixed ImageMagick and XmlTv references

* Repplaced IsoMounter binary blob with source (not yet compiling)
This commit is contained in:
Vasily
2018-11-06 19:24:06 +03:00
parent fdeefd0775
commit 149f75f3f4
6 changed files with 8 additions and 10 deletions

View File

@@ -34,12 +34,10 @@
<Reference Include="Emby.Server.MediaEncoding">
<HintPath>..\ThirdParty\emby\Emby.Server.MediaEncoding.dll</HintPath>
</Reference>
<Reference Include="MediaBrowser.IsoMounting.Linux">
<HintPath>..\ThirdParty\MediaBrowser.IsoMounting.Linux\MediaBrowser.IsoMounting.Linux.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Emby.IsoMounting\IsoMounter\IsoMounter.csproj" />
<ProjectReference Include="..\BDInfo\BDInfo.csproj" />
<ProjectReference Include="..\DvdLib\DvdLib.csproj" />
<ProjectReference Include="..\Emby.Dlna\Emby.Dlna.csproj" />

View File

@@ -12,7 +12,7 @@ using Emby.Server.Sync;
using MediaBrowser.Controller.Connect;
using MediaBrowser.Controller.Net;
using MediaBrowser.Controller.Sync;
using MediaBrowser.IsoMounter;
using IsoMounter;
using MediaBrowser.Model.IO;
using MediaBrowser.Model.Logging;
using MediaBrowser.Model.Services;