fix PathSeparator
This commit is contained in:
parent
fdb67f1784
commit
c2e9df41dc
|
@ -61,7 +61,7 @@ namespace Emby.Common.Implementations.IO
|
|||
{
|
||||
get
|
||||
{
|
||||
return Path.DirectorySeparatorChar;
|
||||
return Path.PathSeparator;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user