Fixed #1631 and improved translation support

Included startup args for the auto updater #1460
Mark TV requests as available #1632
This commit is contained in:
tidusjar 2017-10-27 15:44:52 +01:00
parent 2d77be0478
commit 37617eb04d
40 changed files with 177 additions and 95 deletions

View file

@ -56,7 +56,8 @@ namespace Ombi.Updater
{
UseShellExecute = false,
FileName = Path.Combine(options.ApplicationPath,fileName),
WorkingDirectory = options.ApplicationPath
WorkingDirectory = options.ApplicationPath,
Arguments = options.StartupArgs
};
using (var proc = new Process { StartInfo = start })
{