mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 21:12:43 +02:00
removed Season/SeasonProvider, updated dbBenchmark tests.
This commit is contained in:
@@ -7,7 +7,7 @@ namespace NzbDrone.Web.Models
|
||||
{
|
||||
public class SeasonEditModel
|
||||
{
|
||||
public int SeasonId { get; set; }
|
||||
public int SeriesId { get; set; }
|
||||
public int SeasonNumber { get; set; }
|
||||
public string SeasonString { get; set; }
|
||||
public bool Monitored { get; set; }
|
||||
|
Reference in New Issue
Block a user