mirror of https://github.com/Jackett/Jackett
adjust content root path (#3527)
This commit is contained in:
parent
f00d8e192a
commit
b94501f054
|
@ -131,7 +131,7 @@ namespace Jackett.Server
|
|||
try
|
||||
{
|
||||
logger.Debug("Creating web host...");
|
||||
string applicationFolder = configurationService.ApplicationFolder();
|
||||
string applicationFolder = Path.Combine(configurationService.ApplicationFolder(), "Content");
|
||||
logger.Debug($"Content root path is: {applicationFolder}");
|
||||
|
||||
CreateWebHostBuilder(args, url, applicationFolder).Build().Run();
|
||||
|
|
Loading…
Reference in New Issue