1
0
Fork 0
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:
Garfield69 2020-04-21 07:06:48 +12:00
parent 619731ece2
commit 2cacceaef4

View file

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