1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

New: Set release group during Manual Import

Closes #3811
This commit is contained in:
Mark McDowall
2021-10-05 15:38:47 -07:00
parent cd30175308
commit 4bba820e5a
13 changed files with 264 additions and 7 deletions
@@ -16,6 +16,7 @@ namespace Sonarr.Api.V3.ManualImport
public List<int> EpisodeIds { get; set; }
public QualityModel Quality { get; set; }
public Language Language { get; set; }
public string ReleaseGroup { get; set; }
public string DownloadId { get; set; }
public IEnumerable<Rejection> Rejections { get; set; }