diff options
| author | Andrew Rabert <6550543+nvllsvm@users.noreply.github.com> | 2018-12-14 18:06:12 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-14 18:06:12 -0500 |
| commit | 81ba5acf7c9e0bfe30941476847571e09f022898 (patch) | |
| tree | a92f44659da2175a54b7afde688bf14b2d7f3b09 /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | 28a2774883ac522159c845cb16e60c53b1389f15 (diff) | |
| parent | 1d7d52ff9e42c3efb4bb2c65e82a4a82faf9decb (diff) | |
Merge pull request #154 from MatMaul/mediaencoding
Port MediaEncoding and Api.Playback
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index b3b476907..97909fd18 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -18,6 +18,7 @@ <ProjectReference Include="..\Emby.Photos\Emby.Photos.csproj" /> <ProjectReference Include="..\Emby.Drawing\Emby.Drawing.csproj" /> <ProjectReference Include="..\Emby.XmlTv\Emby.XmlTv\Emby.XmlTv.csproj" /> + <ProjectReference Include="..\MediaBrowser.MediaEncoding\MediaBrowser.MediaEncoding.csproj" /> </ItemGroup> <ItemGroup> @@ -148,10 +149,5 @@ <EmbeddedResource Include="Localization\Ratings\es.txt" /> <EmbeddedResource Include="Localization\Ratings\ro.txt" /> </ItemGroup> - <ItemGroup> - <Reference Include="Emby.Server.MediaEncoding"> - <HintPath>..\ThirdParty\emby\Emby.Server.MediaEncoding.dll</HintPath> - </Reference> - </ItemGroup> </Project> |
