mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
New: Rewrite of download decision engine.
This commit is contained in:
parent
a168bdfa00
commit
5717b7f596
60 changed files with 2013 additions and 1745 deletions
|
@ -40,9 +40,11 @@ namespace NzbDrone.Core.Datastore
|
|||
//if (propertyInfo == null)
|
||||
// return null;
|
||||
|
||||
if (propertyInfo == null) return base.GetFromDbConverter(propertyInfo, sourceType);
|
||||
|
||||
return GetFromDbConverter(propertyInfo.PropertyType, sourceType);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue