mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-30 11:22:53 +01:00
Minor improvements
This commit is contained in:
@@ -1733,7 +1733,7 @@ namespace MediaBrowser.Model.Dlna
|
||||
|
||||
if (condition.Condition == ProfileConditionType.Equals || condition.Condition == ProfileConditionType.EqualsAny)
|
||||
{
|
||||
item.SetOption(qualifier, "profile", string.Join(",", values));
|
||||
item.SetOption(qualifier, "profile", string.Join(',', values));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user