aboutsummaryrefslogtreecommitdiff
path: root/Emby.Common.Implementations/IO/ManagedFileSystem.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-11-14 15:17:32 -0500
committerGitHub <noreply@github.com>2016-11-14 15:17:32 -0500
commit588c06fca037b6656d7b734b47f709a0e078ce41 (patch)
tree1b100efe0eac4e8a1d26baada0045acedc5b3c33 /Emby.Common.Implementations/IO/ManagedFileSystem.cs
parent71c425a9d3b898999ab898a16c5e78b43fd034c9 (diff)
parent420fa8bf7fc3b656207fcc9d41d11ab7d4d906d0 (diff)
Merge pull request #2289 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Common.Implementations/IO/ManagedFileSystem.cs')
-rw-r--r--Emby.Common.Implementations/IO/ManagedFileSystem.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Common.Implementations/IO/ManagedFileSystem.cs b/Emby.Common.Implementations/IO/ManagedFileSystem.cs
index 83bb50f94..4fb70d4e2 100644
--- a/Emby.Common.Implementations/IO/ManagedFileSystem.cs
+++ b/Emby.Common.Implementations/IO/ManagedFileSystem.cs
@@ -61,7 +61,7 @@ namespace Emby.Common.Implementations.IO
{
get
{
- return Path.DirectorySeparatorChar;
+ return Path.PathSeparator;
}
}