1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

New: RQBit download client

Co-authored-by: Mark Mendoza <markolo25@gmail.com>
This commit is contained in:
Alexander WB
2025-09-02 00:08:03 +02:00
committed by GitHub
parent 7fdc4d6638
commit 37cb978f18
12 changed files with 937 additions and 0 deletions
@@ -0,0 +1,8 @@
namespace NzbDrone.Core.Download.Clients.RQBit;
public class RQBitFile
{
public string FileName { get; set; }
public int FileSize { get; set; }
public int FileDownloaded { get; set; }
}