Selaa lähdekoodia

fix PathSeparator

Luke Pulverenti 8 vuotta sitten
vanhempi
sitoutus
c2e9df41dc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;
             }
         }