diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-03-22 14:37:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-22 14:37:23 -0400 |
| commit | 2e1ca1c1e6930dbeff17dde477dc528e7f1c2ca7 (patch) | |
| tree | f048b81744cbc0f3f0113bdbba88aa8cba07e2af /Emby.Server.Core/ApplicationHost.cs | |
| parent | 1b77f51ad9ec8cf9f0f3cae55d35ae8a9c2378a2 (diff) | |
| parent | 1823b4a6746670e310dac1ad431b741010f3616d (diff) | |
Merge pull request #2539 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Core/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Core/ApplicationHost.cs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Emby.Server.Core/ApplicationHost.cs b/Emby.Server.Core/ApplicationHost.cs index 971378ea7..50c572b8c 100644 --- a/Emby.Server.Core/ApplicationHost.cs +++ b/Emby.Server.Core/ApplicationHost.cs @@ -107,7 +107,6 @@ using Emby.Server.Implementations.Playlists; using Emby.Server.Implementations; using Emby.Server.Implementations.ServerManager; using Emby.Server.Implementations.Session; -using Emby.Server.Implementations.Windows; using Emby.Server.Implementations.TV; using Emby.Server.Implementations.Updates; using MediaBrowser.Model.Activity; @@ -1743,12 +1742,8 @@ namespace Emby.Server.Core ((IProcess)sender).Dispose(); } - public void EnableLoopback(string appName) + public virtual void EnableLoopback(string appName) { - if (EnvironmentInfo.OperatingSystem == MediaBrowser.Model.System.OperatingSystem.Windows) - { - LoopUtil.Run(appName); - } } private void RegisterModules() |
