فهرست منبع

update smb input

Luke Pulverenti 8 سال پیش
والد
کامیت
a4e4b13b02
1فایلهای تغییر یافته به همراه0 افزوده شده و 5 حذف شده
  1. 0 5
      MediaBrowser.MediaEncoding/Encoder/EncodingUtils.cs

+ 0 - 5
MediaBrowser.MediaEncoding/Encoder/EncodingUtils.cs

@@ -45,11 +45,6 @@ namespace MediaBrowser.MediaEncoding.Encoder
         /// <returns>System.String.</returns>
         private static string GetFileInputArgument(string path)
         {
-            if (path.IndexOf("://") != -1)
-            {
-                return string.Format("\"{0}\"", path);
-            }
-
             // Quotes are valid path characters in linux and they need to be escaped here with a leading \
             path = NormalizePath(path);