mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Inform users that Mono is no longer needed
Note: Not enabled currently, will enable at a later date
This commit is contained in:
@@ -64,7 +64,7 @@ namespace Jackett.Server.Controllers
|
||||
[HttpGet]
|
||||
public Common.Models.DTO.ServerConfig Config()
|
||||
{
|
||||
var dto = new Common.Models.DTO.ServerConfig(serverService.notices, serverConfig, configService.GetVersion());
|
||||
var dto = new Common.Models.DTO.ServerConfig(serverService.notices, serverConfig, configService.GetVersion(), serverService.MonoUserCanRunNetCore());
|
||||
return dto;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user