mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Disable newznab book-search, enable for Torznab
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user