diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-04-01 18:50:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-01 18:50:19 +0200 |
| commit | 62a18af17ae363343470397a6a87255afa42dd5c (patch) | |
| tree | 2b7de5687b94869cb213ac6a1b113844993cee1b | |
| parent | eb09d47ed252f0fc5af3ea33417f558d68a109e8 (diff) | |
Update Emby.Dlna/Main/DlnaEntryPoint.cs
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
| -rw-r--r-- | Emby.Dlna/Main/DlnaEntryPoint.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Dlna/Main/DlnaEntryPoint.cs b/Emby.Dlna/Main/DlnaEntryPoint.cs index ba416ce09..c5d60b2a0 100644 --- a/Emby.Dlna/Main/DlnaEntryPoint.cs +++ b/Emby.Dlna/Main/DlnaEntryPoint.cs @@ -262,7 +262,7 @@ namespace Emby.Dlna.Main { if (address.AddressFamily == AddressFamily.InterNetworkV6) { - // Not support IPv6 right now + // Not supporting IPv6 right now continue; } |
