mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
Fixed: Saving IndexerSettings into DB which confuses the datamapper.
Fixes #2945
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user