Fixed: (HDBits) Enable Use Filenames by default

This commit is contained in:
Bogdan 2023-11-22 07:25:53 +02:00
parent 92cf329174
commit 51259ceb30

View file

@ -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)]