1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

Second UI Pass, Testing now works and other little things.

This commit is contained in:
Leonardo Galli
2017-01-22 14:30:33 +01:00
parent ad26e48408
commit 76a42b28f3
22 changed files with 381 additions and 372 deletions
@@ -27,7 +27,7 @@ namespace NzbDrone.Core.NetImport.RSSImport
get
{
var config = (RSSImportSettings)new RSSImportSettings();
config.Link = "https://rss.imdb.com/list/YOURLISTID";
config.Link = "http://rss.imdb.com/list/YOURLISTID";
yield return new NetImportDefinition
{