New: Search for new editions from goodreads when identifying

This commit is contained in:
ta264
2021-03-31 21:20:32 +01:00
parent c1f2ea6c8a
commit 41f5f0f2d4
19 changed files with 149 additions and 95 deletions
@@ -35,7 +35,7 @@ namespace NzbDrone.Core.Test.MediaFiles.BookImport.Identification
}
};
Subject.GetRemoteCandidates(edition).Should().BeEmpty();
Subject.GetRemoteCandidates(edition, null).Should().BeEmpty();
}
}
}