mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
replaced Json.Serialize with ToJson extension method.
This commit is contained in:
@@ -80,7 +80,7 @@ namespace NzbDrone.Core.Indexers
|
||||
Name = indexer.Name,
|
||||
Enable = indexer.Enable,
|
||||
Implementation = indexer.Implementation,
|
||||
Settings = Json.Serialize(indexer.Settings)
|
||||
Settings = indexer.Settings.ToJson()
|
||||
};
|
||||
|
||||
definition = _indexerRepository.Insert(definition);
|
||||
|
Reference in New Issue
Block a user