|
|
@ -72,8 +72,8 @@ function createMapStateToProps() {
|
|
|
|
showSearchAction,
|
|
|
|
showSearchAction,
|
|
|
|
isRefreshingMovie,
|
|
|
|
isRefreshingMovie,
|
|
|
|
isSearchingMovie,
|
|
|
|
isSearchingMovie,
|
|
|
|
queueStatus: firstQueueItem.status,
|
|
|
|
queueStatus: firstQueueItem ? firstQueueItem.status : null,
|
|
|
|
queueState: firstQueueItem.trackedDownloadState
|
|
|
|
queueState: firstQueueItem ? firstQueueItem.trackedDownloadState : null
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|
);
|
|
|
|
);
|
|
|
|