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:
parent
40acf3c4a7
commit
df46540efc
1 changed files with 1 additions and 0 deletions
|
@ -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/"
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue