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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user