mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:08:33 +00:00
update .net core startup
This commit is contained in:
parent
3c55747cd6
commit
0e9cd51f9c
38 changed files with 355 additions and 325 deletions
|
|
@ -57,6 +57,14 @@ namespace Emby.Common.Implementations.IO
|
|||
}
|
||||
}
|
||||
|
||||
public char PathSeparator
|
||||
{
|
||||
get
|
||||
{
|
||||
return Path.DirectorySeparatorChar;
|
||||
}
|
||||
}
|
||||
|
||||
public string GetFullPath(string path)
|
||||
{
|
||||
return Path.GetFullPath(path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue