Files

6 lines
195 B
C#

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