Browse Source

fix PathSeparator

Luke Pulverenti 8 years ago
parent
commit
c2e9df41dc
1 changed files with 1 additions and 1 deletions
  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;
             }
         }