mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Added SeriesStatistics
This commit is contained in:
@@ -56,6 +56,10 @@ namespace NzbDrone.Core.Datastore
|
||||
Mapper.Entity<QualitySize>().RegisterModel("QualitySizes");
|
||||
|
||||
Mapper.Entity<Log>().RegisterModel("Logs");
|
||||
|
||||
Mapper.Entity<SeriesStatistics>()
|
||||
.Columns
|
||||
.AutoMapPropertiesWhere(MappingExtensions.IsMappableProperty);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user