mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
.NET Core preparation: Access ServerConfig without using JackettModule
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using Jackett.Common.Models.Config;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Jackett.Common.Services.Interfaces
|
||||
{
|
||||
@@ -15,5 +16,6 @@ namespace Jackett.Common.Services.Interfaces
|
||||
List<string> GetCardigannDefinitionsFolders();
|
||||
void CreateOrMigrateSettings();
|
||||
void PerformMigration();
|
||||
ServerConfig BuildServerConfig(RuntimeSettings runtimeSettings);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user