mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 00:12:24 +00:00
Merge pull request #516 from Bond-009/env
Remove useless properties from IEnvironmentInfo
This commit is contained in:
@@ -8,10 +8,6 @@ namespace MediaBrowser.Model.System
|
||||
string OperatingSystemName { get; }
|
||||
string OperatingSystemVersion { get; }
|
||||
Architecture SystemArchitecture { get; }
|
||||
string GetEnvironmentVariable(string name);
|
||||
void SetProcessEnvironmentVariable(string name, string value);
|
||||
string StackTrace { get; }
|
||||
char PathSeparator { get; }
|
||||
}
|
||||
|
||||
public enum OperatingSystem
|
||||
|
||||
Reference in New Issue
Block a user