Fixed compilation error.

This commit is contained in:
Patrick Barron 2020-07-23 20:57:59 -04:00
parent 0cb2cd9456
commit a59bc5c6a8
1 changed files with 1 additions and 1 deletions

View File

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