浏览代码

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
             get
             {
             {
-                return Path.DirectorySeparatorChar;
+                return Path.PathSeparator;
             }
             }
         }
         }