mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
More config pages have been added. AJAX to save. Order with jquery sortable.
Some RssFeed Parsing has been implemented, it does not currently download items, still need to perform a more verbose episode check.
This commit is contained in:
@@ -29,6 +29,8 @@ namespace NzbDrone.Core.Repository
|
||||
|
||||
public bool Monitored { get; set; }
|
||||
|
||||
public int Quality { get; set; }
|
||||
|
||||
[SubSonicToManyRelation]
|
||||
public virtual List<Season> Seasons { get; private set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user