diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-04-08 14:31:18 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-04-08 14:31:18 -0400 |
| commit | 48ad0ad93bc83fb11c3849596d8420350af80dbf (patch) | |
| tree | 04066aea147509a832527018b6d7b5a6aaebd6b7 /MediaBrowser.Model/System/IEnvironmentInfo.cs | |
| parent | 46ece1dbc2aba4d388a91f539f4218aa49e9c0c2 (diff) | |
update linux iso mounter
Diffstat (limited to 'MediaBrowser.Model/System/IEnvironmentInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/System/IEnvironmentInfo.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/System/IEnvironmentInfo.cs b/MediaBrowser.Model/System/IEnvironmentInfo.cs index 2c57df97c..4430bfe07 100644 --- a/MediaBrowser.Model/System/IEnvironmentInfo.cs +++ b/MediaBrowser.Model/System/IEnvironmentInfo.cs @@ -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 |
