mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Blacklist is now used when processing results
This commit is contained in:
parent
71c0a340e7
commit
1f5bcfeb75
10 changed files with 175 additions and 4 deletions
|
@ -4,6 +4,7 @@ using System.Linq;
|
|||
using Marr.Data;
|
||||
using Marr.Data.Mapping;
|
||||
using NzbDrone.Common.Reflection;
|
||||
using NzbDrone.Core.Blacklisting;
|
||||
using NzbDrone.Core.Configuration;
|
||||
using NzbDrone.Core.DataAugmentation.Scene;
|
||||
using NzbDrone.Core.Datastore.Converters;
|
||||
|
@ -67,6 +68,8 @@ namespace NzbDrone.Core.Datastore
|
|||
Mapper.Entity<NamingConfig>().RegisterModel("NamingConfig");
|
||||
|
||||
Mapper.Entity<SeriesStatistics>().MapResultSet();
|
||||
|
||||
Mapper.Entity<Blacklist>().RegisterModel("Blacklist");
|
||||
}
|
||||
|
||||
private static void RegisterMappers()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue