Skip to content

Commit

Permalink
fix: use correct path variable (#846)
Browse files Browse the repository at this point in the history
2xAA authored Apr 9, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -31,7 +31,7 @@ const actions = {
});
}

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

0 comments on commit 14460ab

Please sign in to comment.