1
0
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:
Leonardo Galli
2017-01-21 20:37:08 +01:00
parent a98b69859c
commit 5aaba98c57
3 changed files with 4 additions and 3 deletions
@@ -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