ElectronCode icon indicating copy to clipboard operation
ElectronCode copied to clipboard

Fix bug with convertVideos function in actions/index.js

Open sloan58 opened this issue 5 years ago • 0 comments

The ConvertPanel component was not passing in the list of videos to the convertVideos function, breaking the integration with the main process to receive the videoes from React. Based on some feedback from the Udemy course questions, I added some bindings for the videos object array which is now being passed to the convertVideos function.

sloan58 avatar Nov 30 '19 19:11 sloan58