Update DlnaManager.cs

removed space.
This commit is contained in:
BaronGreenback
2020-09-07 12:27:55 +01:00
committed by GitHub
parent b673f5bcde
commit 03d8f6f43b

View File

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