update scroll styles

This commit is contained in:
Luke Pulverenti
2016-04-11 00:24:16 -04:00
parent 3d1c950de8
commit baca0d6244
4 changed files with 405 additions and 1 deletions

View File

@@ -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)
{