Explorar el Código

fix PathSeparator

Luke Pulverenti hace 8 años
padre
commit
c2e9df41dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
             }
         }