mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-03 05:34:16 -04:00
Fix Use built-in type alias
This commit is contained in:
parent
83ae6fcdb4
commit
c9627f8839
@ -5788,7 +5788,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||||||
|
|
||||||
// Copy the movflags from GetProgressiveVideoFullCommandLine
|
// Copy the movflags from GetProgressiveVideoFullCommandLine
|
||||||
// See #9248 and the associated PR for why this is needed
|
// See #9248 and the associated PR for why this is needed
|
||||||
var mp4ContainerNames = new HashSet<String>
|
var mp4ContainerNames = new HashSet<string>
|
||||||
{
|
{
|
||||||
"mp4",
|
"mp4",
|
||||||
"m4a",
|
"m4a",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user