mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Don't process queue item without details
Signed-off-by: Robin Dadswell <robin@dadswell.email>
This commit is contained in:
@@ -5,7 +5,7 @@ function createQueueItemSelector() {
|
||||
(state, { bookId }) => bookId,
|
||||
(state) => state.queue.details.items,
|
||||
(bookId, details) => {
|
||||
if (!bookId) {
|
||||
if (!bookId || !details) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user