Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/58b9c9d3d189968d62c476223dabfb9d50e3a8e9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Minimum Seeders not saving for Torznab indexer. Fixes

pull/2/head
Leonardo Galli 8 years ago
parent b2115e2066
commit 58b9c9d3d1

@ -56,7 +56,7 @@ namespace NzbDrone.Core.Indexers.Torznab
MinimumSeeders = IndexerDefaults.MINIMUM_SEEDERS;
}
[FieldDefinition(6, Type = FieldType.Textbox, Label = "Minimum Seeders", HelpText = "Minimum number of seeders required.", Advanced = true)]
[FieldDefinition(5, Type = FieldType.Textbox, Label = "Minimum Seeders", HelpText = "Minimum number of seeders required.", Advanced = true)]
public int MinimumSeeders { get; set; }
public override NzbDroneValidationResult Validate()

Loading…
Cancel
Save