sharkwouter / minigalaxy

A simple GOG client for Linux
https://sharkwouter.github.io/minigalaxy/
GNU General Public License v3.0
1.1k stars 71 forks source link

Make sure the links to the xml based checksum are only used once #517

Closed sharkwouter closed 2 years ago

sharkwouter commented 2 years ago

Description

It turns out the what was causing games to get stuck in queue was that a link used for determining the md5sum and file size for a download was used twice, even though these links only allow a single use. I've updated the code and added a fileinfo class. This should solve #484

Checklist