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

New: Added support for AHD User Release indexer flag (#4599)

- Added missing AHD_Internal to the decision maker to increase the score for it

Fixes #3770
This commit is contained in:
austinwbest
2020-07-17 00:01:22 -04:00
committed by GitHub
parent 3a0aa51cbf
commit 5389c86cde
3 changed files with 9 additions and 1 deletions
@@ -97,6 +97,7 @@ namespace NzbDrone.Core.Parser.Model
AHD_Internal = 64, // AHD, internal
G_Scene = 128, //General, the torrent comes from the "scene"
G_Freeleech75 = 256, //Currently only used for AHD, signifies a torrent counts towards 75 percent of your download quota.
G_Freeleech25 = 512 //Currently only used for AHD, signifies a torrent counts towards 25 percent of your download quota.
G_Freeleech25 = 512, //Currently only used for AHD, signifies a torrent counts towards 25 percent of your download quota.
AHD_UserRelease = 1024 // AHD, internal
}
}