Fixed: Saving IndexerSettings into DB which confuses the datamapper.

Fixes #2945
This commit is contained in:
Leonardo Galli
2018-08-06 19:35:26 +02:00
parent c4ca2f12bb
commit b553d8aef6
9 changed files with 94 additions and 33 deletions
@@ -69,7 +69,6 @@ namespace NzbDrone.Core.Indexers
{
c.IndexerId = Definition.Id;
c.Indexer = Definition.Name;
c.IndexerSettings = Definition.Settings as IIndexerSettings;
c.DownloadProtocol = Protocol;
});