Fixed: Downloading status post-adding movie

pull/9457/head
Bogdan 6 months ago
parent c1fd33b152
commit e59fd1118f

@ -130,6 +130,7 @@ export const actionHandlers = handleThunks({
promise.done((data) => {
const updatedItem = _.cloneDeep(data);
updatedItem.internalId = updatedItem.id;
updatedItem.id = updatedItem.tmdbId;
const actions = [
updateItem({ section: 'movies', ...data }),

Loading…
Cancel
Save