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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user