diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-11-12 16:23:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-12 16:23:11 +0100 |
| commit | fc694289a9ff5fd668a461cbdb665eb492dc504f (patch) | |
| tree | 934c4c0e2ad70ec8e872a1dc05a8aeb33ca6dce0 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 4288106acdcd36d6d18c9f1be884f791e4e5170b (diff) | |
| parent | b0120d5d4ce787c2a44f2d172d0760b545804e0f (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.cs | 2 |
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; |
