mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 04:51:45 +02:00
fixed series statistics query.
This commit is contained in:
@@ -57,9 +57,7 @@ namespace NzbDrone.Core.Datastore
|
||||
|
||||
Mapper.Entity<Log>().RegisterModel("Logs");
|
||||
|
||||
Mapper.Entity<SeriesStatistics>()
|
||||
.Columns
|
||||
.AutoMapPropertiesWhere(MappingExtensions.IsMappableProperty);
|
||||
Mapper.Entity<SeriesStatistics>().MapResultSet();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user