From 6afd992b9f81eef04997cb38b1025c872c7d72be Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 21 Apr 2020 16:37:54 +1200 Subject: [PATCH] filelist: update the info about passkey. 2caccea --- .../Models/IndexerConfig/Bespoke/ConfigurationDataFileList.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Models/IndexerConfig/Bespoke/ConfigurationDataFileList.cs b/src/Jackett.Common/Models/IndexerConfig/Bespoke/ConfigurationDataFileList.cs index dcaf87dbf..f7ce87e0c 100644 --- a/src/Jackett.Common/Models/IndexerConfig/Bespoke/ConfigurationDataFileList.cs +++ b/src/Jackett.Common/Models/IndexerConfig/Bespoke/ConfigurationDataFileList.cs @@ -6,7 +6,7 @@ namespace Jackett.Common.Models.IndexerConfig.Bespoke public DisplayItem CatWarning { get; private set; } public ConfigurationDataFileList() - : base("Note this is not your password. Access your FileList account profile and copy the passkey.") + : base("Note this is not your password.") { 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"};