diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-07-06 19:56:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-06 19:56:17 +0200 |
| commit | 5b711f38d143fc3eca231c745a52fedbe7a10092 (patch) | |
| tree | 5d24601a819fe6f2386d5c824751b0e6cfc12944 /Emby.Dlna | |
| parent | b95fa294c9e896349c528c032508b9c714c13395 (diff) | |
| parent | 2bc2848b8ecbcdd37077cefb54bf9d3ecfc4da11 (diff) | |
Merge pull request #9958 from Shadowghost/networking-fixex
Diffstat (limited to 'Emby.Dlna')
| -rw-r--r-- | Emby.Dlna/Main/DlnaEntryPoint.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Dlna/Main/DlnaEntryPoint.cs b/Emby.Dlna/Main/DlnaEntryPoint.cs index f6ec9574b..1a4bec398 100644 --- a/Emby.Dlna/Main/DlnaEntryPoint.cs +++ b/Emby.Dlna/Main/DlnaEntryPoint.cs @@ -11,6 +11,7 @@ using System.Threading.Tasks; using Emby.Dlna.PlayTo; using Emby.Dlna.Ssdp; using Jellyfin.Networking.Configuration; +using Jellyfin.Networking.Extensions; using MediaBrowser.Common.Configuration; using MediaBrowser.Common.Extensions; using MediaBrowser.Common.Net; |
