mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
Add Encoding, Language, Description Indexer props
This commit is contained in:
@@ -128,6 +128,11 @@ namespace NzbDrone.Core.IndexerVersions
|
||||
};
|
||||
}
|
||||
|
||||
if (definition.Encoding == null)
|
||||
{
|
||||
definition.Encoding = "UTF-8";
|
||||
}
|
||||
|
||||
if (definition.Login != null && definition.Login.Method == null)
|
||||
{
|
||||
definition.Login.Method = "form";
|
||||
|
||||
Reference in New Issue
Block a user