mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
fix(ProviderRepository): remove DictionaryKeyPolicy CamelCase Naming
This commit is contained in:
@@ -23,7 +23,6 @@ namespace NzbDrone.Core.ThingiProvider
|
|||||||
AllowTrailingCommas = true,
|
AllowTrailingCommas = true,
|
||||||
IgnoreNullValues = true,
|
IgnoreNullValues = true,
|
||||||
PropertyNameCaseInsensitive = true,
|
PropertyNameCaseInsensitive = true,
|
||||||
DictionaryKeyPolicy = JsonNamingPolicy.CamelCase,
|
|
||||||
PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
|
PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
|
||||||
WriteIndented = true
|
WriteIndented = true
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user