filelist: update the info about passkey. 2caccea

This commit is contained in:
Garfield69 2020-04-21 16:37:54 +12:00
parent d1b0393866
commit 6afd992b9f
1 changed files with 1 additions and 1 deletions

View File

@ -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"};