mirror of
https://github.com/Jackett/Jackett
synced 2025-02-22 14:20:57 +00:00
filelist: update passkey info
stress the difference between password and passkey
This commit is contained in:
parent
619731ece2
commit
2cacceaef4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ namespace Jackett.Common.Models.IndexerConfig.Bespoke
|
|||
public DisplayItem CatWarning { get; private set; }
|
||||
|
||||
public ConfigurationDataFileList()
|
||||
: base("Go into your filelist profile and copy the passkey.")
|
||||
: base("Note this is <b>not</b> your <i>password</i>. Access your FileList account profile and copy the <b>passkey</b>.")
|
||||
{
|
||||
IncludeRomanianReleases = new BoolItem {Name = "IncludeRomanianReleases", Value = false};
|
||||
CatWarning = new DisplayItem("When mapping TV ensure you add category 5000 in addition to 5030, 5040.") {Name = "CatWarning"};
|
||||
|
|
Loading…
Reference in a new issue