nukeop / nuclear

Streaming music player that finds free music for you
https://nuclearplayer.com
GNU Affero General Public License v3.0
12.24k stars 1.07k forks source link

Restart downloads upon re-opening the application #1716

Closed waldo121 closed 1 month ago

waldo121 commented 1 month ago

Fixes #1709

Since download progress is not recoverable from the electron store, I took the approach of restarting the started download instead of truly resuming it.

nukeop commented 1 month ago

Thanks for fixing that.