mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Reduce the amount of exceptions thrown
This commit is contained in:
@@ -74,7 +74,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
/// <param name="inputFiles">The input files.</param>
|
||||
/// <param name="protocol">The protocol.</param>
|
||||
/// <returns>System.String.</returns>
|
||||
string GetInputArgument(string[] inputFiles, MediaProtocol protocol);
|
||||
string GetInputArgument(IReadOnlyList<string> inputFiles, MediaProtocol protocol);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the time parameter.
|
||||
|
||||
Reference in New Issue
Block a user