.NET Core preparation: Access ServerConfig without using JackettModule

This commit is contained in:
flightlevel
2018-06-17 11:48:59 +10:00
parent f1d774aa07
commit cf3848a54f
5 changed files with 61 additions and 54 deletions

View File

@@ -111,6 +111,8 @@ namespace Jackett.Services
logger.Error("Error while getting MaxThreads details: " + e);
}
logger.Info("App config/log directory: " + configService.GetAppDataFolder());
try
{
var issuefile = "/etc/issue";