mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 07:10:45 +00:00
dlna server fixes
This commit is contained in:
parent
a5b3ab9fc5
commit
247400717e
42 changed files with 596 additions and 148 deletions
|
|
@ -27,7 +27,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
/// </summary>
|
||||
/// <param name="inputFiles">The input files.</param>
|
||||
/// <returns>System.String.</returns>
|
||||
private static string GetConcatInputArgument(List<string> inputFiles)
|
||||
private static string GetConcatInputArgument(IReadOnlyList<string> inputFiles)
|
||||
{
|
||||
// Get all streams
|
||||
// If there's more than one we'll need to use the concat command
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue