aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-08-18 15:34:41 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-08-18 15:34:41 -0400
commitbd31c0175d87ec00a675b92ae9a92af569228775 (patch)
tree39ec8d9c60d0c775c7087990276978837b873092 /Emby.Server.Implementations/ApplicationHost.cs
parent883399caeba54da4c9f3e15e639f8fd72f5b559e (diff)
move LnkShortcutHandler
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index bc88d652c..39b554afe 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -424,11 +424,6 @@ namespace Emby.Server.Implementations
SetBaseExceptionMessage();
- if (environmentInfo.OperatingSystem == MediaBrowser.Model.System.OperatingSystem.Windows)
- {
- fileSystem.AddShortcutHandler(new LnkShortcutHandler());
- }
-
fileSystem.AddShortcutHandler(new MbLinkShortcutHandler(fileSystem));
}