mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 21:26:08 +00:00
ShowRSS: default to HTTPS
This commit is contained in:
parent
8b8629ef19
commit
d027901257
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ namespace Jackett.Indexers
|
|||
public ShowRSS(IIndexerConfigurationService configService, IWebClient wc, Logger l, IProtectionService ps)
|
||||
: base(name: "ShowRSS",
|
||||
description: "showRSS is a service that allows you to keep track of your favorite TV shows",
|
||||
link: "http://showrss.info/",
|
||||
link: "https://showrss.info/",
|
||||
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
|
||||
configService: configService,
|
||||
client: wc,
|
||||
|
|
Loading…
Reference in a new issue