fix PathSeparator

This commit is contained in:
Luke Pulverenti 2016-11-14 14:27:37 -05:00
parent fdb67f1784
commit c2e9df41dc

View File

@ -61,7 +61,7 @@ namespace Emby.Common.Implementations.IO
{ {
get get
{ {
return Path.DirectorySeparatorChar; return Path.PathSeparator;
} }
} }