mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
Fixed: (HDBits) Enable Use Filenames by default
This commit is contained in:
parent
92cf329174
commit
51259ceb30
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ namespace NzbDrone.Core.Indexers.Definitions.HDBits
|
|||
Codecs = Array.Empty<int>();
|
||||
Mediums = Array.Empty<int>();
|
||||
FreeleechOnly = false;
|
||||
UseFilenames = false;
|
||||
UseFilenames = true;
|
||||
}
|
||||
|
||||
[FieldDefinition(2, Label = "Username", HelpText = "Site Username", Privacy = PrivacyLevel.UserName)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue