mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
Parse Files and Grabs in Release Info
This commit is contained in:
@@ -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
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user