diff --git a/src/NzbDrone.Core/Download/Clients/qBittorrent/QBittorrentTorrent.cs b/src/NzbDrone.Core/Download/Clients/qBittorrent/QBittorrentTorrent.cs index 2a982051d..ae4963e65 100644 --- a/src/NzbDrone.Core/Download/Clients/qBittorrent/QBittorrentTorrent.cs +++ b/src/NzbDrone.Core/Download/Clients/qBittorrent/QBittorrentTorrent.cs @@ -13,7 +13,7 @@ namespace NzbDrone.Core.Download.Clients.QBittorrent public double Progress { get; set; } // Torrent progress (%/100) - public int Eta { get; set; } // Torrent ETA (seconds) + public ulong Eta { get; set; } // Torrent ETA (seconds) public string State { get; set; } // Torrent state. See possible values here below