From 247400717e0768238436a9fdeae268de7c26d8cc Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 20 Apr 2014 01:21:08 -0400 Subject: dlna server fixes --- MediaBrowser.MediaEncoding/Encoder/EncodingUtils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.MediaEncoding/Encoder/EncodingUtils.cs') diff --git a/MediaBrowser.MediaEncoding/Encoder/EncodingUtils.cs b/MediaBrowser.MediaEncoding/Encoder/EncodingUtils.cs index a7fde61f8..231651856 100644 --- a/MediaBrowser.MediaEncoding/Encoder/EncodingUtils.cs +++ b/MediaBrowser.MediaEncoding/Encoder/EncodingUtils.cs @@ -27,7 +27,7 @@ namespace MediaBrowser.MediaEncoding.Encoder /// /// The input files. /// System.String. - private static string GetConcatInputArgument(List inputFiles) + private static string GetConcatInputArgument(IReadOnlyList inputFiles) { // Get all streams // If there's more than one we'll need to use the concat command -- cgit v1.2.3