MalloyDelacroix / DownloaderForReddit

The Downloader for Reddit is a GUI application with some advanced features to extract and download submitted content from reddit.
GNU General Public License v3.0
496 stars 47 forks source link

Fix download scheduler not storing multiple download tasks #325

Closed MalloyDelacroix closed 1 year ago

MalloyDelacroix commented 1 year ago

Fix #323

Scheduled download tasks stored in the database were using the same UUID number instead of generating new ones. This was causing a crash when trying to add more than one task because of the unique constraint on that database column.