mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 09:59:06 -07:00
Fix Braces for multi-line statements should not share line
This commit is contained in:
parent
a3f41bbc0c
commit
83ae6fcdb4
@ -5788,7 +5788,8 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
|
||||
// Copy the movflags from GetProgressiveVideoFullCommandLine
|
||||
// See #9248 and the associated PR for why this is needed
|
||||
var mp4ContainerNames = new HashSet<String> {
|
||||
var mp4ContainerNames = new HashSet<String>
|
||||
{
|
||||
"mp4",
|
||||
"m4a",
|
||||
"m4p",
|
||||
|
Loading…
Reference in New Issue
Block a user