mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-06 14:41:41 +01:00
fix PathSeparator
This commit is contained in:
parent
fdb67f1784
commit
c2e9df41dc
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ namespace Emby.Common.Implementations.IO
|
|||
{
|
||||
get
|
||||
{
|
||||
return Path.DirectorySeparatorChar;
|
||||
return Path.PathSeparator;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue