mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
fixed series statistics query.
This commit is contained in:
parent
373a93be64
commit
4afec69c79
6 changed files with 30 additions and 9 deletions
|
@ -57,9 +57,7 @@ namespace NzbDrone.Core.Datastore
|
|||
|
||||
Mapper.Entity<Log>().RegisterModel("Logs");
|
||||
|
||||
Mapper.Entity<SeriesStatistics>()
|
||||
.Columns
|
||||
.AutoMapPropertiesWhere(MappingExtensions.IsMappableProperty);
|
||||
Mapper.Entity<SeriesStatistics>().MapResultSet();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue