mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-15 00:09:38 +00:00
Fix Upload Lookup
This commit is contained in:
parent
d8e272e091
commit
a5d2c1bd64
2 changed files with 3 additions and 3 deletions
|
|
@ -428,7 +428,7 @@ class BookFinder {
|
|||
}
|
||||
}
|
||||
|
||||
if (books.length) {
|
||||
if (books.length && libraryItem) {
|
||||
const isAudibleProvider = provider.startsWith('audible')
|
||||
const libraryItemDurationMinutes = libraryItem?.media?.duration ? libraryItem.media.duration / 60 : null
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue