aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Jellyfin.Api.csproj
diff options
context:
space:
mode:
authorPatrick Barron <18354464+barronpm@users.noreply.github.com>2020-08-03 17:00:46 +0000
committerGitHub <noreply@github.com>2020-08-03 17:00:46 +0000
commit3a0bccb9418facb589e248d78de25b4e88d5de7d (patch)
tree65de943282c3929832961490a544a97649c845b6 /Jellyfin.Api/Jellyfin.Api.csproj
parent97c95d3a6b8af0f2fceec7fd45d6cef60d2d4ba7 (diff)
parent4bb1e1c29246e9293ee119e85c41edef51c39972 (diff)
Merge pull request #2957 from crobibero/api-dlna-server
Migrate DlnaServerController to Jellyfin.Api
Diffstat (limited to 'Jellyfin.Api/Jellyfin.Api.csproj')
-rw-r--r--Jellyfin.Api/Jellyfin.Api.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Api/Jellyfin.Api.csproj b/Jellyfin.Api/Jellyfin.Api.csproj
index a52b234d48..db20e82670 100644
--- a/Jellyfin.Api/Jellyfin.Api.csproj
+++ b/Jellyfin.Api/Jellyfin.Api.csproj
@@ -22,6 +22,7 @@
</ItemGroup>
<ItemGroup>
+ <ProjectReference Include="..\Emby.Dlna\Emby.Dlna.csproj" />
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
</ItemGroup>