mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-11 10:10:35 +01:00
update .net core startup
This commit is contained in:
@@ -308,6 +308,7 @@ namespace MediaBrowser.Model.IO
|
||||
void SetReadOnly(string path, bool isHidden);
|
||||
|
||||
char DirectorySeparatorChar { get; }
|
||||
char PathSeparator { get; }
|
||||
|
||||
string GetFullPath(string path);
|
||||
|
||||
|
||||
@@ -12,6 +12,8 @@ namespace MediaBrowser.Model.System
|
||||
string OperatingSystemName { get; }
|
||||
string OperatingSystemVersion { get; }
|
||||
Architecture SystemArchitecture { get; }
|
||||
string GetEnvironmentVariable(string name);
|
||||
string GetUserId();
|
||||
}
|
||||
|
||||
public enum OperatingSystem
|
||||
|
||||
Reference in New Issue
Block a user