mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fix PathSeparator
This commit is contained in:
parent
fdb67f1784
commit
c2e9df41dc
@ -61,7 +61,7 @@ namespace Emby.Common.Implementations.IO
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return Path.DirectorySeparatorChar;
|
return Path.PathSeparator;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user