aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2023-11-12 16:23:11 +0100
committerGitHub <noreply@github.com>2023-11-12 16:23:11 +0100
commitfc694289a9ff5fd668a461cbdb665eb492dc504f (patch)
tree934c4c0e2ad70ec8e872a1dc05a8aeb33ca6dce0 /Emby.Server.Implementations/ApplicationHost.cs
parent4288106acdcd36d6d18c9f1be884f791e4e5170b (diff)
parentb0120d5d4ce787c2a44f2d172d0760b545804e0f (diff)
Merge pull request #10557 from barronpm/dlna-plugin
Move DLNA to Plugin (Part 1)
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index c9bf7f085..a1f1cd649 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -866,7 +866,7 @@ namespace Emby.Server.Implementations
yield return typeof(MediaBrowser.MediaEncoding.Encoder.MediaEncoder).Assembly;
// Dlna
- yield return typeof(DlnaEntryPoint).Assembly;
+ yield return typeof(DlnaHost).Assembly;
// Local metadata
yield return typeof(BoxSetXmlSaver).Assembly;