1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-09 05:16:55 +00:00

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

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