mirror of
https://github.com/kikootwo/ReadMeABook.git
synced 2026-06-03 04:40:09 +00:00
Decreased audible retries when doing manual imports.
This commit is contained in:
@@ -164,7 +164,7 @@ export async function POST(request: NextRequest) {
|
||||
// keyword text search. Fall back to text search if the lookup fails.
|
||||
if (book.extractedAsin) {
|
||||
try {
|
||||
const asinResult = await audibleService.getAudiobookDetails(book.extractedAsin);
|
||||
const asinResult = await audibleService.lookupAsinFast(book.extractedAsin);
|
||||
if (asinResult) {
|
||||
match = asinResult;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user