Fixed: Change Filelist default URL

pull/2/head
Qstick 4 years ago
parent 30c51ec4f3
commit 86363d5bf1

@ -7,7 +7,7 @@ namespace NzbDrone.Core.Indexers.FileList
{
public class FileList : HttpIndexerBase<FileListSettings>
{
public override string Name => "FileList.ro";
public override string Name => "FileList.io";
public override DownloadProtocol Protocol => DownloadProtocol.Torrent;
public override bool SupportsRss => true;
public override bool SupportsSearch => true;

@ -25,7 +25,7 @@ namespace NzbDrone.Core.Indexers.FileList
public FileListSettings()
{
BaseUrl = "https://filelist.ro";
BaseUrl = "https://filelist.io";
MinimumSeeders = IndexerDefaults.MINIMUM_SEEDERS;
Categories = new int[] { (int)FileListCategories.Movie_HD, (int)FileListCategories.Movie_SD, (int)FileListCategories.Movie_4K };

Loading…
Cancel
Save