From 2f0c2b4c660260e1cc34e66fdf0ee6f22115b8b7 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 8 Apr 2017 14:31:18 -0400 Subject: update linux iso mounter --- Emby.Common.Implementations/EnvironmentInfo/EnvironmentInfo.cs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Emby.Common.Implementations') diff --git a/Emby.Common.Implementations/EnvironmentInfo/EnvironmentInfo.cs b/Emby.Common.Implementations/EnvironmentInfo/EnvironmentInfo.cs index 5da1ae2dc..ad6e35700 100644 --- a/Emby.Common.Implementations/EnvironmentInfo/EnvironmentInfo.cs +++ b/Emby.Common.Implementations/EnvironmentInfo/EnvironmentInfo.cs @@ -1,5 +1,6 @@ using System; using System.Collections.Generic; +using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Threading.Tasks; @@ -75,6 +76,14 @@ namespace Emby.Common.Implementations.EnvironmentInfo } } + public char PathSeparator + { + get + { + return Path.PathSeparator; + } + } + public MediaBrowser.Model.System.Architecture SystemArchitecture { get -- cgit v1.2.3