mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
server: fix typo
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Jackett.Common.Services.Interfaces
|
||||
{
|
||||
public interface IServerService
|
||||
{
|
||||
void Initalize();
|
||||
void Initialize();
|
||||
void Start();
|
||||
void Stop();
|
||||
void ReserveUrls(bool doInstall = true);
|
||||
|
@@ -22,7 +22,7 @@ namespace Jackett.Server
|
||||
public static void Initialize()
|
||||
{
|
||||
//Load the indexers
|
||||
ServerService.Initalize();
|
||||
ServerService.Initialize();
|
||||
|
||||
//Kicks off the update checker
|
||||
ServerService.Start();
|
||||
|
@@ -73,7 +73,7 @@ namespace Jackett.Server.Services
|
||||
return path;
|
||||
}
|
||||
|
||||
public void Initalize()
|
||||
public void Initialize()
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user