mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fix pending release service, HDBits, also the release deduper. Clean up housekeeping (#1211)
* Fix HDbits * Fix pending release service, also fix the deduper * Clean up the cleanup'er (housekeeping) * Revert "Clean up the cleanup'er (housekeeping)" This reverts commit c03c13d9241a0f59f118cd9ffccba5646a3f52ca. * Housekeeping updates, without breaking tests * Fix last test
This commit is contained in:
@@ -65,7 +65,7 @@ namespace NzbDrone.Core.Indexers.HDBits
|
||||
Peers = result.Leechers + result.Seeders,
|
||||
PublishDate = result.Added.ToUniversalTime(),
|
||||
Internal = internalRelease,
|
||||
ImdbId = result.ImdbInfo.Id
|
||||
ImdbId = result.ImdbInfo?.Id ?? 0
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user