mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-08 01:23:26 +01:00
Fixed: (MoreThanTV) use www url to fix cookie/redirect issues
This commit is contained in:
parent
a62a4360e3
commit
aa59da2f22
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ namespace NzbDrone.Core.Indexers.Definitions;
|
||||||
public class MoreThanTV : TorrentIndexerBase<MoreThanTVSettings>
|
public class MoreThanTV : TorrentIndexerBase<MoreThanTVSettings>
|
||||||
{
|
{
|
||||||
public override string Name => "MoreThanTV";
|
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 string Description => "Private torrent tracker for TV / MOVIES";
|
||||||
public override DownloadProtocol Protocol => DownloadProtocol.Torrent;
|
public override DownloadProtocol Protocol => DownloadProtocol.Torrent;
|
||||||
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;
|
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue