aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Harvey <44349936+jmshrv@users.noreply.github.com>2023-02-04 02:46:14 +0000
committerJames Harvey <44349936+jmshrv@users.noreply.github.com>2023-02-04 02:46:14 +0000
commitc9627f8839dbb0956df2fdb6ab8258710d837b11 (patch)
tree6e4e3f6a312dd77e05b8c6b49a836e2ebf159612
parent83ae6fcdb466b2bee17af07ac415f6e5892ff3c7 (diff)
Fix Use built-in type alias
-rw-r--r--MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs b/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
index c335320a7..e530cba2c 100644
--- a/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
+++ b/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
@@ -5788,7 +5788,7 @@ 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",