mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-24 02:56:31 +00:00
Update DlnaManager.cs
removed space.
This commit is contained in:
@@ -147,7 +147,7 @@ namespace Emby.Dlna
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (!string.IsNullOrEmpty(profileInfo.Manufacturer))
|
||||
{
|
||||
if (deviceInfo.Manufacturer == null || !IsRegexMatch(deviceInfo.Manufacturer, profileInfo.Manufacturer))
|
||||
|
||||
Reference in New Issue
Block a user