New: Newznab Improvements (Misc Failures, Music Support, Book Support)

This commit is contained in:
Qstick
2021-02-28 22:34:08 -05:00
parent 59e30805a2
commit 57780ce3db
3 changed files with 136 additions and 26 deletions
@@ -2,5 +2,7 @@ namespace NzbDrone.Core.IndexerSearch.Definitions
{
public class BookSearchCriteria : SearchCriteriaBase
{
public string Author { get; set; }
public string Title { get; set; }
}
}