mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: (MoreThanTV) use www url to fix cookie/redirect issues
This commit is contained in:
@@ -25,7 +25,7 @@ namespace NzbDrone.Core.Indexers.Definitions;
|
||||
public class MoreThanTV : TorrentIndexerBase<MoreThanTVSettings>
|
||||
{
|
||||
public override string Name => "MoreThanTV";
|
||||
public override string[] IndexerUrls => new[] { "https://morethantv.me/" };
|
||||
public override string[] IndexerUrls => new[] { "https://www.morethantv.me/" };
|
||||
public override string Description => "Private torrent tracker for TV / MOVIES";
|
||||
public override DownloadProtocol Protocol => DownloadProtocol.Torrent;
|
||||
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;
|
||||
|
Reference in New Issue
Block a user