Add rate limiting for download removal (#141)

This commit is contained in:
Flaminel
2025-05-11 13:27:51 +03:00
committed by GitHub
parent c36d9eb9cf
commit c82b5e11b1
31 changed files with 390 additions and 67 deletions

View File

@@ -1,4 +1,5 @@
using Infrastructure.Helpers;
using Infrastructure.Services;
using QBittorrent.Client;
namespace Infrastructure.Extensions;