Fixed compilation error.

pull/3677/head
Patrick Barron 4 years ago
parent 0cb2cd9456
commit a59bc5c6a8

@ -200,7 +200,7 @@ namespace MediaBrowser.Model.Entities
return result.ToString();
}
return string.Join(' ', attributes);
return string.Join(" ", attributes);
}
case MediaStreamType.Subtitle:

Loading…
Cancel
Save