1
0
mirror of https://github.com/Radarr/Radarr synced 2025-10-05 23:32:41 +02:00

Remove empty space

This commit is contained in:
Qstick
2020-09-20 20:01:23 -04:00
committed by GitHub
parent d6d740a0d2
commit 1898114d8c

View File

@@ -63,7 +63,7 @@ function createMapStateToProps() {
command.body.movieIds.includes(movie.id)
);
});
const firstQueueItem = queueItems.find((q) => q.movieId === movie.id);
return {