Skip to content

Commit

Permalink
[shots] Fix sequences loading when switching episodes
Browse files Browse the repository at this point in the history
Related to GitHub issue #1619
  • Loading branch information
NicoPennec committed Dec 17, 2024
1 parent 4541a5b commit 72588fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/shots.js
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ const actions = {
return shotsApi.getShots(production, episode)
})
.then(shots => {
const sequenceMap = rootGetters.sequenceMap
const sequenceMap = sequenceStore.cache.sequenceMap
const taskMap = rootGetters.taskMap
commit(LOAD_SHOTS_END, {
production,
Expand Down

0 comments on commit 72588fc

Please sign in to comment.