1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

Added: AHD_Internal and G_Scene indexer flags. Also linked a wiki page with more information about indexer flags.

Fixes #203 Fixes #1519
This commit is contained in:
Leonardo Galli
2018-05-27 11:05:23 +02:00
parent d05fb8ee33
commit b60ddf62e8
14 changed files with 93 additions and 46 deletions
@@ -102,6 +102,10 @@ namespace NzbDrone.Core.Parser.Model
G_DoubleUpload = 4, //General
PTP_Golden = 8, //PTP
PTP_Approved = 16, //PTP
HDB_Internal = 32 //HDBits
HDB_Internal = 32, //HDBits, internal
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.
}
}
}