diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-11 00:24:16 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-11 00:24:16 -0400 |
| commit | baca0d6244185facf899c15ce39e5e858c6f7df3 (patch) | |
| tree | 161056943cffd8662db2b0ef2011cfefdd0b65a7 /MediaBrowser.ServerApplication/MainStartup.cs | |
| parent | 3d1c950de8eaa7292ab87f29c9cdb27bbdf18d0e (diff) | |
update scroll styles
Diffstat (limited to 'MediaBrowser.ServerApplication/MainStartup.cs')
| -rw-r--r-- | MediaBrowser.ServerApplication/MainStartup.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.ServerApplication/MainStartup.cs b/MediaBrowser.ServerApplication/MainStartup.cs index 5f528926b..ac1b7ca99 100644 --- a/MediaBrowser.ServerApplication/MainStartup.cs +++ b/MediaBrowser.ServerApplication/MainStartup.cs @@ -217,6 +217,7 @@ namespace MediaBrowser.ServerApplication { var fileSystem = new WindowsFileSystem(new PatternsLogger(logManager.GetLogger("FileSystem"))); fileSystem.AddShortcutHandler(new MbLinkShortcutHandler(fileSystem)); + //fileSystem.AddShortcutHandler(new LnkShortcutHandler(fileSystem)); var nativeApp = new WindowsApp(fileSystem, _logger) { |
