update linux iso mounter

This commit is contained in:
Luke Pulverenti
2017-04-08 14:31:18 -04:00
parent 8457da7eac
commit 2f0c2b4c66
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