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

New: Add support for additional Torznab indexer flags

This commit is contained in:
Bogdan
2023-09-08 08:52:55 +03:00
parent a2bde5e016
commit ff3d38a515
12 changed files with 123 additions and 93 deletions
@@ -106,11 +106,13 @@ namespace NzbDrone.Core.Parser.Model
G_DoubleUpload = 4, // General
PTP_Golden = 8, // PTP
PTP_Approved = 16, // PTP
HDB_Internal = 32, // HDBits, internal
G_Internal = 32, // General, internal
[Obsolete]
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.
[Obsolete]
AHD_UserRelease = 1024 // AHD, internal
}
}