fix PathSeparator

pull/702/head
Luke Pulverenti 8 years ago
parent fdb67f1784
commit c2e9df41dc

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

Loading…
Cancel
Save