瀏覽代碼

fix PathSeparator

Luke Pulverenti 8 年之前
父節點
當前提交
c2e9df41dc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Emby.Common.Implementations/IO/ManagedFileSystem.cs

+ 1 - 1
Emby.Common.Implementations/IO/ManagedFileSystem.cs

@@ -61,7 +61,7 @@ namespace Emby.Common.Implementations.IO
         {
             get
             {
-                return Path.DirectorySeparatorChar;
+                return Path.PathSeparator;
             }
         }