Fixed: Preserve startup arguments during restart

Closes #325
This commit is contained in:
Mark McDowall 2015-09-02 00:27:46 -07:00
commit 5acaf9d60b
3 changed files with 22 additions and 6 deletions

View file

@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using NLog;
using NzbDrone.Common;
using NzbDrone.Common.Disk;