Merge pull request #387 from Moonlight-Panel/v2_FixImageDelete

Fixed image deletion
This commit is contained in:
Masu Baumgartner
2024-04-14 11:58:08 +02:00
committed by GitHub

View File

@@ -168,6 +168,8 @@
/* this should not fail the operation */ /* this should not fail the operation */
} }
} }
ImageRepository.Delete(serverImage);
return Task.CompletedTask; return Task.CompletedTask;
} }