Revert back to NoAutoRunWebApp

Addressed further review comments.  Removed unnecessary .ParsedStartupOptions namespace.  Removed DataDir, ConfigDir and LogDir from Interface file as not necessary.
This commit is contained in:
PloughPuff
2019-01-28 21:45:00 +00:00
committed by Bond-009
parent e18b89ca27
commit 211ae30188
5 changed files with 5 additions and 28 deletions

View File

@@ -43,7 +43,6 @@ using Emby.Server.Implementations.ScheduledTasks;
using Emby.Server.Implementations.Security;
using Emby.Server.Implementations.Serialization;
using Emby.Server.Implementations.Session;
using Emby.Server.Implementations.ParsedStartupOptions;
using Emby.Server.Implementations.Threading;
using Emby.Server.Implementations.TV;
using Emby.Server.Implementations.Updates;