Parse Files and Grabs in Release Info

This commit is contained in:
Qstick
2020-12-28 21:40:54 -05:00
parent e2a46820da
commit a041fc0d4b
8 changed files with 89 additions and 4 deletions
@@ -483,6 +483,8 @@ namespace NzbDrone.Core.Indexers.Cardigann
InfoHash = x.InfoHash,
Seeders = (int?)x.Seeders,
Peers = (int?)x.Peers,
Grabs = (int?)x.Grabs,
Files = (int?)x.Files,
Category = x.Category
}));