diff options
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 |
