mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
SeriesId is now passed back to the controller when adding a new/existing series.
This commit is contained in:
@@ -8,6 +8,6 @@ namespace NzbDrone.Web.Models
|
||||
{
|
||||
public SelectList Quality { get; set; }
|
||||
|
||||
public List<Tuple<string, string>> ExistingSeries { get; set; }
|
||||
public List<Tuple<string, string, int>> ExistingSeries { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user