mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-03 20:23:22 +01:00
Update DlnaManager.cs
removed space.
This commit is contained in:
parent
b673f5bcde
commit
03d8f6f43b
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ namespace Emby.Dlna
|
|||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (!string.IsNullOrEmpty(profileInfo.Manufacturer))
|
||||
{
|
||||
if (deviceInfo.Manufacturer == null || !IsRegexMatch(deviceInfo.Manufacturer, profileInfo.Manufacturer))
|
||||
|
|
|
|||
Loading…
Reference in a new issue