update linux iso mounter

This commit is contained in:
Luke Pulverenti
2017-04-08 14:31:18 -04:00
parent 46ece1dbc2
commit 48ad0ad93b
5 changed files with 13 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ namespace MediaBrowser.Model.System
void SetProcessEnvironmentVariable(string name, string value);
string GetUserId();
string StackTrace { get; }
char PathSeparator { get; }
}
public enum OperatingSystem