mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
Imdbid parsing works now from url
This commit is contained in:
@@ -31,7 +31,7 @@ namespace NzbDrone.Core.NetImport.RSSImport
|
||||
|
||||
yield return new NetImportDefinition
|
||||
{
|
||||
Name = GetType().Name,
|
||||
Name = "IMDb Watchlist",
|
||||
Enabled = config.Validate().IsValid && Enabled,
|
||||
Implementation = GetType().Name,
|
||||
Settings = config
|
||||
|
||||
Reference in New Issue
Block a user