Update dependencies

Add linkdotnet/BuildInformation
This commit is contained in:
2025-10-02 18:09:27 +02:00
parent 06555614f1
commit 0b44abf4c7
5 changed files with 42 additions and 32 deletions

View File

@@ -10,12 +10,12 @@ using API.Workers.MangaDownloadWorkers;
using API.Workers.PeriodicWorkers;
using API.Workers.PeriodicWorkers.MaintenanceWorkers;
using log4net;
using log4net.Config;
namespace API;
public static class Tranga
{
internal static IServiceProvider? ServiceProvider { get; set; }
private static readonly ILog Log = LogManager.GetLogger(typeof(Tranga));
@@ -37,7 +37,6 @@ public static class Tranga
internal static void StartupTasks()
{
Log.Info(Constants.TRANGA);
AddWorker(SendNotificationsWorker);
AddWorker(CleanupMangaconnectorIdsWithoutConnector);
AddWorker(UpdateChaptersDownloadedWorker);