Fixed compilation error.
This commit is contained in:
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…
Reference in New Issue
Block a user