Files
Cleanuparr/code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/QBittorrent/IQBitService.cs

6 lines
195 B
C#

namespace Cleanuparr.Infrastructure.Features.DownloadClient.QBittorrent;
public interface IQBitService : IDownloadService, IDisposable
{
Task UpdateBlacklistAsync(string blacklistPath);
}