mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update MediaBrowser.Model/Entities/MediaStream.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
ea4aa5ed8e
commit
7331c02a21
@ -200,7 +200,7 @@ namespace MediaBrowser.Model.Entities
|
||||
return result.ToString();
|
||||
}
|
||||
|
||||
return string.Join(" ", attributes);
|
||||
return string.Join(' ', attributes);
|
||||
}
|
||||
|
||||
case MediaStreamType.Subtitle:
|
||||
|
Loading…
x
Reference in New Issue
Block a user