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
|
public interface IServerService
|
||||||
{
|
{
|
||||||
void Initalize();
|
void Initialize();
|
||||||
void Start();
|
void Start();
|
||||||
void Stop();
|
void Stop();
|
||||||
void ReserveUrls(bool doInstall = true);
|
void ReserveUrls(bool doInstall = true);
|
||||||
|
@@ -22,7 +22,7 @@ namespace Jackett.Server
|
|||||||
public static void Initialize()
|
public static void Initialize()
|
||||||
{
|
{
|
||||||
//Load the indexers
|
//Load the indexers
|
||||||
ServerService.Initalize();
|
ServerService.Initialize();
|
||||||
|
|
||||||
//Kicks off the update checker
|
//Kicks off the update checker
|
||||||
ServerService.Start();
|
ServerService.Start();
|
||||||
|
@@ -73,7 +73,7 @@ namespace Jackett.Server.Services
|
|||||||
return path;
|
return path;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Initalize()
|
public void Initialize()
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user