Atelaes / Mynda

An electron based media library
0 stars 0 forks source link

Error when saving video before artwork can download #77

Open JohnMTorgerson opened 3 years ago

JohnMTorgerson commented 3 years ago

If the user saves a video before the artwork has been downloaded into the temp folder (at least I'm pretty sure those are the conditions for this bug), the save process breaks, because it assumes the file is already downloaded, and tries to do a file copy on the remote URL (appended to the local src directory, nonsensically), which obviously doesn't work.

Screen Shot 2021-05-30 at 3 13 13 PM