Merge pull request #3677 from barronpm/fix-master-compilation

Fixed compilation error on master.
This commit is contained in:
dkanada 2020-07-24 10:36:26 +09:00 committed by GitHub
commit 837741d0f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: