mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Added Supports backlog boolean for Indexers.
This commit is contained in:
parent
00aa3ec7bc
commit
0e429f58a1
8 changed files with 52 additions and 3 deletions
|
@ -13,5 +13,7 @@ namespace NzbDrone.Core.Repository
|
|||
public String IndexProviderType { get; set; }
|
||||
|
||||
public String Name { get; set; }
|
||||
|
||||
public Boolean SupportsBacklog { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue