filelist: add main link to alternativesitelinks #13946

This commit is contained in:
ilike2burnthing 2023-01-30 02:18:18 +00:00 committed by GitHub
parent 40acf3c4a7
commit df46540efc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ namespace Jackett.Common.Indexers
public class FileList : BaseWebIndexer
{
public override string[] AlternativeSiteLinks { get; protected set; } = {
"https://filelist.io/",
"https://flro.org/"
};