mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 16:52:04 +02:00
New series will be added monitored and quality will be set to default quality.
Series now stores a QualityProfile instead of QualityType
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using NzbDrone.Core.Repository.Quality;
|
||||
using SubSonic.SqlGeneration.Schema;
|
||||
|
||||
namespace NzbDrone.Core.Repository
|
||||
@@ -29,7 +30,7 @@ namespace NzbDrone.Core.Repository
|
||||
|
||||
public bool Monitored { get; set; }
|
||||
|
||||
public int Quality { get; set; }
|
||||
public QualityProfile QualityProfile { get; set; }
|
||||
|
||||
[SubSonicToManyRelation]
|
||||
public virtual List<Season> Seasons { get; private set; }
|
||||
|
Reference in New Issue
Block a user