Minor improvements

This commit is contained in:
Bond_009
2019-12-26 23:20:31 +01:00
committed by dkanada
parent a253fa616d
commit 8a0ef41036
5 changed files with 10 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
/// </summary>
/// <param name="path">The path.</param>
/// <returns>System.String.</returns>
public static string GetFileInputArgument(string path)
private static string GetFileInputArgument(string path)
{
if (path.IndexOf("://") != -1)
{