mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-24 07:30:57 +01:00
Reduce the amount of exceptions thrown
This commit is contained in:
parent
10a0d6bdba
commit
37ea50a572
13 changed files with 632 additions and 82 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue