mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-27 18:44:05 -04:00
6 lines
195 B
C#
6 lines
195 B
C#
namespace Cleanuparr.Infrastructure.Features.DownloadClient.QBittorrent;
|
|
|
|
public interface IQBitService : IDownloadService, IDisposable
|
|
{
|
|
Task UpdateBlacklistAsync(string blacklistPath);
|
|
} |