Update Emby.Dlna/Main/DlnaEntryPoint.cs

Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
This commit is contained in:
Bond-009 2020-04-01 18:50:19 +02:00 committed by GitHub
parent eb09d47ed2
commit 62a18af17a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -262,7 +262,7 @@ namespace Emby.Dlna.Main
{ {
if (address.AddressFamily == AddressFamily.InterNetworkV6) if (address.AddressFamily == AddressFamily.InterNetworkV6)
{ {
// Not support IPv6 right now // Not supporting IPv6 right now
continue; continue;
} }