1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

Added TorrentPotato Indexer.

This commit is contained in:
Leonardo Galli
2017-01-05 17:12:46 +01:00
parent a63587bb19
commit 7a5fe59dbf
7 changed files with 321 additions and 0 deletions
@@ -8,6 +8,7 @@ namespace NzbDrone.Core.Parser.Model
public string InfoHash { get; set; }
public int? Seeders { get; set; }
public int? Peers { get; set; }
public bool Freeleech { get; set; }
public static int? GetSeeders(ReleaseInfo release)
{