Newznab providers will be compared based on url, not name.

Built-in Newznab providers cannot be deleted (they would be re-added anyways), nor can the URL be changed.
This commit is contained in:
Mark McDowall 2012-05-04 08:30:30 -07:00
commit b930eb0993
7 changed files with 79 additions and 14 deletions

View file

@ -16,5 +16,7 @@ namespace NzbDrone.Core.Repository
public String Url { get; set; }
public String ApiKey { get; set; }
public bool BuiltIn { get; set; }
}
}