Use IHostedService for DLNA

This commit is contained in:
Patrick Barron
2023-10-26 10:03:04 -04:00
parent 44b771bfb4
commit 2b742be38e
4 changed files with 393 additions and 364 deletions

View File

@@ -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;