move LnkShortcutHandler

This commit is contained in:
Luke Pulverenti
2017-08-18 15:34:41 -04:00
parent 883399caeb
commit bd31c0175d
6 changed files with 4 additions and 8 deletions

View File

@@ -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));
}