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:
@@ -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; }
|
||||
}
|
||||
Reference in New Issue
Block a user