diff options
| author | crobibero <cody@robibe.ro> | 2020-04-21 19:15:27 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-04-21 19:15:27 -0600 |
| commit | 461b298be7247afd7f7962604efab3b58b9dae4b (patch) | |
| tree | 5d8255b2d64441eb715669fc60a59687836ec53e /Jellyfin.Api/Jellyfin.Api.csproj | |
| parent | a2f19eadf739297cbbc99c9082b0175e8b881054 (diff) | |
Migrate DlnaServerController to Jellyfin.Api
Diffstat (limited to 'Jellyfin.Api/Jellyfin.Api.csproj')
| -rw-r--r-- | Jellyfin.Api/Jellyfin.Api.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Api/Jellyfin.Api.csproj b/Jellyfin.Api/Jellyfin.Api.csproj index 8f23ef9d0..a2e116fd7 100644 --- a/Jellyfin.Api/Jellyfin.Api.csproj +++ b/Jellyfin.Api/Jellyfin.Api.csproj @@ -14,6 +14,7 @@ </ItemGroup> <ItemGroup> + <ProjectReference Include="..\Emby.Dlna\Emby.Dlna.csproj" /> <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" /> </ItemGroup> |
