Skip to content

Commit

Permalink
fix: use correct path variable (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
2xAA authored Apr 9, 2023
1 parent ffab672 commit 14460ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application/worker/store/modules/videos.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const actions = {
});
}

commit("CREATE_VIDEO", { id, path });
commit("CREATE_VIDEO", { id, path: filePath });
return { id };
},

Expand Down

0 comments on commit 14460ab

Please sign in to comment.