revert
This commit is contained in:
parent
547ee88561
commit
53697ac39a
|
@ -1647,7 +1647,7 @@ namespace MediaBrowser.Model.Dlna
|
|||
|
||||
// strip spaces to avoid having to encode
|
||||
var values = value
|
||||
.Split(new[] { '|' }, StringSplitOptions.RemoveEmptyEntries);
|
||||
.Split('|', StringSplitOptions.RemoveEmptyEntries);
|
||||
|
||||
if (condition.Condition == ProfileConditionType.Equals || condition.Condition == ProfileConditionType.EqualsAny)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user