mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
New: Set Indexer flags in Manual Import
This commit is contained in:
@@ -26,6 +26,7 @@ namespace NzbDrone.Core.Parser.Model
|
||||
public List<DeletedMovieFile> OldFiles { get; set; }
|
||||
public QualityModel Quality { get; set; }
|
||||
public List<Language> Languages { get; set; }
|
||||
public IndexerFlags IndexerFlags { get; set; }
|
||||
public MediaInfoModel MediaInfo { get; set; }
|
||||
public bool ExistingFile { get; set; }
|
||||
public bool SceneSource { get; set; }
|
||||
|
||||
@@ -108,12 +108,12 @@ namespace NzbDrone.Core.Parser.Model
|
||||
G_DoubleUpload = 4, // General
|
||||
PTP_Golden = 8, // PTP
|
||||
PTP_Approved = 16, // PTP
|
||||
G_Internal = 32, // General, internal
|
||||
G_Internal = 32, // General, uploader is an internal release group
|
||||
[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.
|
||||
G_Scene = 128, // General, the torrent comes from a "scene" group
|
||||
G_Freeleech75 = 256, // Signifies a torrent counts towards 75 percent of your download quota.
|
||||
G_Freeleech25 = 512, // Signifies a torrent counts towards 25 percent of your download quota.
|
||||
[Obsolete]
|
||||
AHD_UserRelease = 1024 // AHD, internal
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user