Update DlnaManager.cs

removed space.
pull/4075/head
BaronGreenback 4 years ago committed by GitHub
parent b673f5bcde
commit 03d8f6f43b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -147,7 +147,7 @@ namespace Emby.Dlna
return false;
}
}
if (!string.IsNullOrEmpty(profileInfo.Manufacturer))
{
if (deviceInfo.Manufacturer == null || !IsRegexMatch(deviceInfo.Manufacturer, profileInfo.Manufacturer))

Loading…
Cancel
Save