diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-18 15:34:41 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-18 15:34:41 -0400 |
| commit | bd31c0175d87ec00a675b92ae9a92af569228775 (patch) | |
| tree | 39ec8d9c60d0c775c7087990276978837b873092 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 883399caeba54da4c9f3e15e639f8fd72f5b559e (diff) | |
move LnkShortcutHandler
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 5 |
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)); } |
