diff --git a/src/application/worker/store/modules/videos.js b/src/application/worker/store/modules/videos.js index 8dfbcc87c..a359531ab 100644 --- a/src/application/worker/store/modules/videos.js +++ b/src/application/worker/store/modules/videos.js @@ -31,7 +31,7 @@ const actions = { }); } - commit("CREATE_VIDEO", { id, path }); + commit("CREATE_VIDEO", { id, path: filePath }); return { id }; },