mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
filelist: update passkey info
stress the difference between password and passkey
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Jackett.Common.Models.IndexerConfig.Bespoke
|
|||||||
public DisplayItem CatWarning { get; private set; }
|
public DisplayItem CatWarning { get; private set; }
|
||||||
|
|
||||||
public ConfigurationDataFileList()
|
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};
|
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"};
|
CatWarning = new DisplayItem("When mapping TV ensure you add category 5000 in addition to 5030, 5040.") {Name = "CatWarning"};
|
||||||
|
Reference in New Issue
Block a user