mirror of
https://github.com/Jackett/Jackett
synced 2025-01-04 06:22:45 +00:00
filelist: update the info about passkey. 2caccea
This commit is contained in:
parent
d1b0393866
commit
6afd992b9f
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("Note this is <b>not</b> your <i>password</i>. Access your FileList account profile and copy the <b>passkey</b>.")
|
||||
: base("Note this is <b>not</b> your <i>password</i>.<ul><li>Login to the FileList Website</li><li>Click on the <b>Profile</b> link</li><li>Scroll down to the <b>Reset Passkey</b> section</li><li>Copy the <b>passkey</b>.</li><li>Also be aware of not leaving a trailing blank at the end of the passkey after pasting it here.</li></ul>")
|
||||
{
|
||||
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