update subtitle transcoding

This commit is contained in:
Luke Pulverenti
2015-10-05 12:05:08 -04:00
parent 26487dc455
commit e5fdf31ec4
6 changed files with 49 additions and 14 deletions

View File

@@ -80,7 +80,7 @@ namespace MediaBrowser.Server.Mono
var fileSystem = new ManagedFileSystem(new PatternsLogger(logManager.GetLogger("FileSystem")), false, true);
fileSystem.AddShortcutHandler(new MbLinkShortcutHandler(fileSystem));
var nativeApp = new NativeApp();
var nativeApp = new NativeApp(options);
_appHost = new ApplicationHost(appPaths, logManager, options, fileSystem, "MBServer.Mono", nativeApp);