Disable newznab book-search, enable for Torznab

This commit is contained in:
ta264
2020-08-05 21:13:23 +01:00
parent 93105cfff7
commit 6a24bf7a78
4 changed files with 30 additions and 22 deletions
@@ -128,7 +128,7 @@ namespace NzbDrone.Core.Indexers.Newznab
protected virtual string GetAlbum(XElement item)
{
var albumString = TryGetNewznabAttribute(item, "book");
var albumString = TryGetNewznabAttribute(item, "booktitle");
if (!albumString.IsNullOrWhiteSpace())
{