mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
New: Movie Requested filter for interactive search
This commit is contained in:
@@ -14,6 +14,7 @@ namespace NzbDrone.Core.Parser.Model
|
||||
public int CustomFormatScore { get; set; }
|
||||
public MovieMatchType MovieMatchType { get; set; }
|
||||
public Movie Movie { get; set; }
|
||||
public bool MovieRequested { get; set; }
|
||||
public bool DownloadAllowed { get; set; }
|
||||
public TorrentSeedConfiguration SeedConfiguration { get; set; }
|
||||
public List<Language> Languages { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user