mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
added new reflection strategy, lets see if it works in mono.
This commit is contained in:
parent
49949bbe74
commit
a46ef37f0b
4 changed files with 146 additions and 3 deletions
|
@ -33,7 +33,7 @@ namespace NzbDrone.Core.Datastore
|
|||
_migrationController.MigrateToLatest(connectionString, migrationType);
|
||||
|
||||
|
||||
MapRepository.Instance.ReflectionStrategy = new SimpleReflectionStrategy();
|
||||
MapRepository.Instance.ReflectionStrategy = new DelegateReflectionStrategy();
|
||||
|
||||
return new Database(() =>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue