1
0
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:
Bogdan
2025-02-18 03:45:26 +02:00
parent 7189d7b15c
commit 36d4e9e6cd
6 changed files with 16 additions and 0 deletions
@@ -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; }