Jelajahi Sumber

fix PathSeparator

Luke Pulverenti 8 tahun lalu
induk
melakukan
c2e9df41dc
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;
             }
         }