fixed series statistics query.

This commit is contained in:
kay.one
2013-04-20 14:23:17 -07:00
parent 373a93be64
commit 4afec69c79
6 changed files with 30 additions and 9 deletions

View File

@@ -57,9 +57,7 @@ namespace NzbDrone.Core.Datastore
Mapper.Entity<Log>().RegisterModel("Logs");
Mapper.Entity<SeriesStatistics>()
.Columns
.AutoMapPropertiesWhere(MappingExtensions.IsMappableProperty);
Mapper.Entity<SeriesStatistics>().MapResultSet();
}