Remove old covers from ImageCache

This commit is contained in:
2025-05-18 16:54:53 +02:00
parent aa29c45094
commit 9b251169a5
2 changed files with 18 additions and 0 deletions

View File

@ -149,6 +149,7 @@ using (IServiceScope scope = app.Services.CreateScope())
TrangaSettings.Load();
Tranga.StartLogger();
Tranga.RemoveStaleFiles(app.Services);
Tranga.JobStarterThread.Start(app.Services);
//Tranga.NotificationSenderThread.Start(app.Services); //TODO RE-ENABLE