mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-10 12:16:18 +00:00
Merge pull request #3677 from barronpm/fix-master-compilation
Fixed compilation error on master.
This commit is contained in:
@@ -200,7 +200,7 @@ namespace MediaBrowser.Model.Entities
|
||||
return result.ToString();
|
||||
}
|
||||
|
||||
return string.Join(' ', attributes);
|
||||
return string.Join(" ", attributes);
|
||||
}
|
||||
|
||||
case MediaStreamType.Subtitle:
|
||||
|
||||
Reference in New Issue
Block a user