etkeys / videodl

A simple web app for family to download videos from the web (think vlogs for offline viewing).
MIT License
0 stars 0 forks source link

Complete download set when last item finishes #9

Open etkeys opened 2 days ago

etkeys commented 2 days ago

Current behavior

When the last item in a download set completes, the worker goes to sleep. When the worker wakes up, it completes the download set, which makes artifacts availbe for download, then the worker goes to sleep again.

Desired behavior

When the last item in a download set completes, the work should immediately complete the download set without going to sleep first.