mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-22 14:33:30 -07:00
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:
parent
b7fea36045
commit
b930eb0993
7 changed files with 79 additions and 14 deletions
|
@ -16,5 +16,7 @@ namespace NzbDrone.Core.Repository
|
|||
public String Url { get; set; }
|
||||
|
||||
public String ApiKey { get; set; }
|
||||
|
||||
public bool BuiltIn { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue