added missing thumbnail deletion on media delete
Build and Push Image / build-and-push (push) Failing after 4m14s

This commit is contained in:
2026-05-02 13:42:52 -04:00
parent 61d70aee28
commit e81d432b1f
4 changed files with 43 additions and 2 deletions
+1
View File
@@ -8,5 +8,6 @@ public class DebugService(AobaService aobaService, ThumbnailService thumbnailSer
{
protected override async Task ExecuteAsync(CancellationToken stoppingToken)
{
//todo: clean up orphaned thumbnails
}
}